Template Class SingleValueGenerator

Inheritance Relationships

Base Type

Class Documentation

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

Public Functions

SingleValueGenerator(T &&value)
T const &get() const override
bool next() override