Template Class IteratorGenerator
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Generators::IGenerator< T >
(Template Class IGenerator)
Class Documentation
-
template<typename T>
class IteratorGenerator : public Catch::Generators::IGenerator<T> Public Functions
-
template<typename InputIterator, typename InputSentinel>
inline IteratorGenerator(InputIterator first, InputSentinel last)
-
inline virtual bool next() override
Attempts to move the generator to the next element
Returns true iff the move succeeded (and a valid element can be retrieved).
-
template<typename InputIterator, typename InputSentinel>