Public Types | |
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 |
Public Member Functions | |
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 |