|
Horizon
|
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = std::string |
| using | pointer = value_type * |
| using | reference = value_type & |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| iterator (Columns const &columns) | |
| auto | operator== (iterator const &other) const -> bool |
| auto | operator!= (iterator const &other) const -> bool |
| std::string | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |