|
using | const_pointer = V const * |
|
using | const_reference = V const & |
|
typedef std::ptrdiff_t | diff_t |
|
using | difference_type = V |
|
typedef T | iterator |
|
using | iterator_category = std::random_access_iterator_tag |
|
using | pointer = V * |
|
using | reference = V & |
|
using | value_type = V |
|
|
bool | operator!= (const iterator &other) const |
|
reference | operator* () |
|
const_reference | operator* () const |
|
iterator | operator+ (diff_t step) |
|
iterator | operator++ () |
|
iterator | operator++ (int) |
|
iterator | operator+= (diff_t step) |
|
iterator | operator- (diff_t step) |
|
diff_t | operator- (iterator first) |
|
iterator | operator-- () |
|
iterator | operator-- (int) |
|
iterator | operator-= (diff_t step) |
|
pointer | operator-> () |
|
const_pointer | operator-> () const |
|
bool | operator< (const iterator &other) const |
|
bool | operator<= (const iterator &other) const |
|
bool | operator== (const iterator &other) const |
|
bool | operator> (const iterator &other) const |
|
bool | operator>= (const iterator &other) const |
|
The documentation for this class was generated from the following file: