Horizon
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | List of all members
Catch::TextFlow::Column::const_iterator Class Reference

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_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const_iterator const &other) const
 
bool operator!= (const_iterator const &other) const
 

Detailed Description

Iterates "lines" in Column and return sthem.


The documentation for this class was generated from the following files: