Template Class RangeGenerator

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

inline RangeGenerator(T const &start, T const &end, T const &step)
inline RangeGenerator(T const &start, T const &end)
inline T const &get() const override
inline bool next() override