Iterator for TokenDatabase
values.
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = Entry |
|
using | pointer = const Entry * |
|
using | reference = const Entry & |
|
using | iterator_category = std::forward_iterator_tag |
|
|
constexpr | iterator (const iterator &other)=default |
|
constexpr iterator & | operator= (const iterator &other)=default |
|
constexpr iterator & | operator++ () |
|
constexpr iterator | operator++ (int) |
|
constexpr bool | operator== (const iterator &rhs) const |
|
constexpr bool | operator!= (const iterator &rhs) const |
|
constexpr const Entry & | operator* () const |
|
constexpr const Entry * | operator-> () const |
|
constexpr difference_type | operator- (const iterator &rhs) const |
|
The documentation for this class was generated from the following file: