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