|
kblib 0.2.3
General utilities library for modern C++
|
#include <catch/catch.hpp>


Public Member Functions | |
| template<typename... Gs> | |
| Generators (Gs &&... moreGenerators) | |
| T const & | get () const override |
| bool | next () override |
| template<typename... Gs> | |
| Generators (Gs &&... moreGenerators) | |
| T const & | get () const override |
| bool | next () override |
Public Member Functions inherited from Catch::Generators::IGenerator< T > | |
| virtual | ~IGenerator ()=default |
| virtual T const & | get () const =0 |
| virtual | ~IGenerator ()=default |
| virtual T const & | get () const =0 |
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase | |
| GeneratorUntypedBase ()=default | |
| virtual | ~GeneratorUntypedBase () |
| virtual bool | next ()=0 |
| GeneratorUntypedBase ()=default | |
| virtual | ~GeneratorUntypedBase () |
| virtual bool | next ()=0 |
Additional Inherited Members | |
Public Types inherited from Catch::Generators::IGenerator< T > | |
| using | type = T |
| using | type = T |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.