|
|
using | difference_type = size_t |
|
using | value_type = std::string_view |
|
using | reference = const std::string_view & |
|
using | pointer = const std::string_view * |
|
using | iterator_category = std::input_iterator_tag |
|
|
| LinesIterator (std::string_view input) |
|
LinesIterator & | operator++ () |
|
LinesIterator | operator++ (int) |
|
reference | operator* () const |
|
pointer | operator-> () const |
|
bool | operator!= (const LinesIterator &other) const |
|
bool | operator== (const LinesIterator &other) const |
The documentation for this struct was generated from the following files: