|
|
using | iterator_category = std::input_iterator_tag |
|
using | difference_type = std::ptrdiff_t |
|
using | value_type = T |
|
using | pointer = T* |
|
|
| iterator (const repeated_container *container, size_t index) |
|
const value_type & | operator* () const |
|
iterator & | operator++ () |
|
iterator | operator++ (int) |
|
bool | operator== (const iterator &) const =default |
|
bool | operator!= (const iterator &) const =default |
The documentation for this class was generated from the following file: