My Project
|
An iterator element of this range. More...
#include <STLExtras.h>
Public Member Functions | |
ReferenceT | operator* () const |
![]() | |
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 | |
![]() | |
indexed_accessor_iterator (BaseT base, ptrdiff_t index) | |
![]() | |
BaseT | base |
ptrdiff_t | index |
An iterator element of this range.
|
inline |