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
- public ImutAVLValueIterator<T>()
- public ImutAVLValueIterator<T>(typename T::TreeTy * Tree)
Methods
¶ImutAVLValueIterator<T>()
ImutAVLValueIterator<T>()
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:821
¶ImutAVLValueIterator<T>(typename T::TreeTy* Tree)
ImutAVLValueIterator<T>(typename T::TreeTy* Tree)
Declared at: llvm/include/llvm/ADT/ImmutableSet.h:822
Parameters
- typename T::TreeTy* Tree