Template Class IteratorGenerator

Inheritance Relationships

Base Type

Class Documentation

template<typename T>
class Catch::Generators::IteratorGenerator : public Catch::Generators::IGenerator<T>

Public Functions

template<typename InputIterator, typename InputSentinel>
IteratorGenerator(InputIterator first, InputSentinel last)
T const &get() const override
bool next() override