Class Column::const_iterator
Defined in File catch_amalgamated.hpp
Nested Relationships
This class is a nested type of Class Column.
Nested Types
Class Documentation
-
class const_iterator
Iterates “lines” in
Columnand return sthemPublic 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 Functions
-
explicit const_iterator(Column const &column)
-
std::string operator*() const
-
const_iterator &operator++()
-
const_iterator operator++(int)
-
inline bool operator==(const_iterator const &other) const
-
inline bool operator!=(const_iterator const &other) const
-
using difference_type = std::ptrdiff_t