LLVM: llvm::SmallSetIterator< T, N, C (original) (raw)
SmallSetIterator - This class implements a const_iterator for SmallSet by delegating to the underlying SmallVector or Set iterators. More...
#include "[llvm/ADT/SmallSet.h](SmallSet%5F8h%5Fsource.html)"
| Additional Inherited Members | |
|---|---|
| Public Types inherited from llvm::iterator_facade_base< SmallSetIterator< T, N, C >, std::forward_iterator_tag, T > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< SmallSetIterator< T, N, C >, std::forward_iterator_tag, T > | |
| enum |
template<typename T, unsigned N, typename C>
class llvm::SmallSetIterator< T, N, C >
SmallSetIterator - This class implements a const_iterator for SmallSet by delegating to the underlying SmallVector or Set iterators.
Definition at line 33 of file SmallSet.h.
◆ SmallSetIterator() [2/4]
◆ ~SmallSetIterator()
◆ SmallSetIterator() [3/4]
◆ SmallSetIterator() [4/4]
◆ operator*()
◆ operator++()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ SetIter
◆ VecIter
The documentation for this class was generated from the following file:
- include/llvm/ADT/SmallSet.h