|
My Project
|
An iterator element of this range. More...
#include <STLExtras.h>


Public Member Functions | |
| ReferenceT | operator* () const |
Public Member Functions inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT > | |
| ptrdiff_t | operator- (const indexed_accessor_iterator &rhs) const |
| bool | operator== (const indexed_accessor_iterator &rhs) const |
| bool | operator< (const indexed_accessor_iterator &rhs) const |
| iterator & | operator+= (ptrdiff_t offset) |
| iterator & | operator-= (ptrdiff_t offset) |
| ptrdiff_t | getIndex () const |
| Returns the current index of the iterator. More... | |
| const BaseT & | getBase () const |
| Returns the current base of the iterator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT > | |
| indexed_accessor_iterator (BaseT base, ptrdiff_t index) | |
Protected Attributes inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT > | |
| BaseT | base |
| ptrdiff_t | index |
An iterator element of this range.
|
inline |
1.8.13