![]() |
|
Random access counting iterator that simply operates on an underlying integer index. More...
#include <countingIterator.h>
Public Types | |
| using | iterator_category = std::random_access_iterator_tag |
| using | value_type = const T |
| using | reference = const T |
| using | pointer = const T * |
| using | difference_type = std::make_signed_t< value_type > |
Public Member Functions | |
| Vdf_CountingIterator (T i) | |
| reference | operator* () const |
| pointer | operator-> () const |
| value_type | operator[] (const difference_type n) const |
| Vdf_CountingIterator & | operator++ () |
| Vdf_CountingIterator | operator++ (int) |
| Vdf_CountingIterator | operator+ (const difference_type n) const |
| Vdf_CountingIterator & | operator+= (const difference_type n) |
| Vdf_CountingIterator & | operator-- () |
| Vdf_CountingIterator | operator-- (int) |
| Vdf_CountingIterator | operator- (const difference_type n) const |
| Vdf_CountingIterator & | operator-= (const difference_type n) |
| difference_type | operator- (const Vdf_CountingIterator &rhs) const |
| bool | operator== (const Vdf_CountingIterator &rhs) const |
| bool | operator!= (const Vdf_CountingIterator &rhs) const |
| bool | operator< (const Vdf_CountingIterator &rhs) const |
| bool | operator<= (const Vdf_CountingIterator &rhs) const |
| bool | operator> (const Vdf_CountingIterator &rhs) const |
| bool | operator>= (const Vdf_CountingIterator &rhs) const |
Random access counting iterator that simply operates on an underlying integer index.
Definition at line 21 of file countingIterator.h.
| using difference_type = std::make_signed_t<value_type> |
Definition at line 27 of file countingIterator.h.
| using iterator_category = std::random_access_iterator_tag |
Definition at line 23 of file countingIterator.h.
| using pointer = const T * |
Definition at line 26 of file countingIterator.h.
| using reference = const T |
Definition at line 25 of file countingIterator.h.
| using value_type = const T |
Definition at line 24 of file countingIterator.h.
|
inline |
Definition at line 29 of file countingIterator.h.
|
inlineexplicit |
Definition at line 30 of file countingIterator.h.
|
inline |
Definition at line 90 of file countingIterator.h.
|
inline |
Definition at line 32 of file countingIterator.h.
|
inline |
Definition at line 49 of file countingIterator.h.
|
inline |
Definition at line 38 of file countingIterator.h.
|
inline |
Definition at line 43 of file countingIterator.h.
|
inline |
Definition at line 55 of file countingIterator.h.
|
inline |
Definition at line 71 of file countingIterator.h.
|
inline |
Definition at line 82 of file countingIterator.h.
|
inline |
Definition at line 60 of file countingIterator.h.
|
inline |
Definition at line 65 of file countingIterator.h.
|
inline |
Definition at line 77 of file countingIterator.h.
|
inline |
Definition at line 33 of file countingIterator.h.
|
inline |
Definition at line 94 of file countingIterator.h.
|
inline |
Definition at line 98 of file countingIterator.h.
|
inline |
Definition at line 86 of file countingIterator.h.
|
inline |
Definition at line 102 of file countingIterator.h.
|
inline |
Definition at line 106 of file countingIterator.h.
|
inline |
Definition at line 34 of file countingIterator.h.