|
using | self_type = indirect_map_iterator |
|
using | iterator = self_type |
|
using | const_iterator = self_type |
|
using | value_type = std::remove_reference_t< decltype(*std::declval< typename base_iterator_t::value_type::second_type >())> |
|
using | reference = value_type & |
|
using | pointer = value_type * |
|
using | iterator_category = std::forward_iterator_tag |
|
using | difference_type = int |
|
|
self_type | operator++ () noexcept |
|
self_type | operator++ (int) noexcept |
|
auto & | operator* () const noexcept |
|
auto | operator-> () const noexcept |
|
bool | operator== (const self_type &rhs) const noexcept |
|
bool | operator!= (const self_type &rhs) const noexcept |
|
bool | operator< (const self_type &rhs) const noexcept |
|
The documentation for this struct was generated from the following file: