Template Class SingleValueGenerator
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Generators::IGenerator< T >
(Template Class IGenerator)
Class Documentation
-
template<typename T>
class SingleValueGenerator : public Catch::Generators::IGenerator<T> Public Functions
-
inline virtual bool next() override
Attempts to move the generator to the next element
Returns true iff the move succeeded (and a valid element can be retrieved).
-
inline virtual bool next() override