|
using | difference_type = implementation_t::difference_type |
|
using | iterator_category = implementation_t::iterator_category |
|
using | value_type = implementation_t::value_type |
|
using | pointer = implementation_t::pointer |
|
using | reference = implementation_t::reference |
|
|
| IteratorTIJ (std::unique_ptr< implementation_t > iterator) |
|
bool | next (value_type &xy) |
|
reference | operator* () const |
|
const IteratorTIJ & | operator++ () |
|
const IteratorTIJ & | operator+= (difference_type distance) |
|
bool | operator== (const IteratorTIJ &other) const |
|
bool | operator!= (const IteratorTIJ &other) const |
|
The documentation for this class was generated from the following file: