Template Class IteratorGenerator
Defined in File catch.hpp
Inheritance Relationships
Base Type
public Catch::Generators::IGenerator< T >
(Template Struct 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
-
template<typename InputIterator, typename InputSentinel>