|
spdlog
|
#include <catch.hpp>
Public Types | |
| using | type = T |
Public Member Functions | |
| template<typename F2 = Func> | |
| MapGenerator (F2 &&function, GeneratorWrapper< U > &&generator) | |
| T const & | get () const override |
| bool | next () override |
Private Attributes | |
| GeneratorWrapper< U > | m_generator |
| Func | m_function |
| T | m_cache |
|
inherited |
|
inline |
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.
|
private |
|
private |
|
private |