Horizon
|
Iterates "lines" in Column
and return sthem.
More...
#include <catch_amalgamated.hpp>
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 | |
const_iterator (Column const &column) | |
std::string | operator* () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const_iterator const &other) const |
bool | operator!= (const_iterator const &other) const |
Iterates "lines" in Column
and return sthem.