![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
| RandomFloatingGenerator (Float a, Float b) | |
| Float const & | get () const override |
| bool | next () override |
| Public Member Functions inherited from Catch::Generators::IGenerator< Float > | |
| virtual | ~IGenerator ()=default |
| Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
| GeneratorUntypedBase ()=default | |
| virtual | ~GeneratorUntypedBase () |
Additional Inherited Members | |
| Public Types inherited from Catch::Generators::IGenerator< Float > | |
| using | type |
|
inline |
Definition at line 4609 of file catch.hpp.
References next(), and Catch::rng().
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< Float >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
Definition at line 4618 of file catch.hpp.
Referenced by RandomFloatingGenerator().