Template Class RandomIntegerGenerator
Defined in File catch_amalgamated.hpp
Inheritance Relationships
Base Type
public Catch::Generators::IGenerator< Integer >
(Template Class IGenerator)
Class Documentation
-
template<typename Integer>
class RandomIntegerGenerator : public Catch::Generators::IGenerator<Integer> 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