|
|
using | difference_type = std::ptrdiff_t |
| |
|
using | value_type = typename Container::value_type |
| |
|
using | pointer = typename Container::pointer |
| |
|
using | reference = typename Container::reference |
| |
|
using | iterator_category = std::bidirectional_iterator_tag |
| |
|
|
iterator & | operator++ () |
| |
|
iterator | operator++ (int) |
| |
|
iterator & | operator-- () |
| |
|
iterator | operator-- (int) |
| |
|
const auto & | operator* () const |
| |
|
const auto * | operator-> () const |
| |
|
constexpr bool | operator== (const iterator &other) const |
| |
|
constexpr bool | operator!= (const iterator &other) const |
| |
The documentation for this class was generated from the following file: