Template Class IteratorGenerator

Inheritance Relationships

Base Type

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 T const &get() const override
inline virtual bool next() override