struct ImutAVLValueIterator

Declaration

template <typename T>
struct ImutAVLValueIterator { /* full declaration omitted */ };

Description

Generic iterator that wraps a T::TreeTy::iterator and exposes iterator::getValue() on dereference.

Declared at: llvm/include/llvm/ADT/ImmutableSet.h:815

Templates

T

Method Overview

Methods

ImutAVLValueIterator<T>()

Declared at: llvm/include/llvm/ADT/ImmutableSet.h:821

ImutAVLValueIterator<T>(typename T::TreeTy* Tree)

Declared at: llvm/include/llvm/ADT/ImmutableSet.h:822

Parameters

typename T::TreeTy* Tree