All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Generators::MapGenerator< T, U, Func > Class Template Reference
+ Inheritance diagram for Catch::Generators::MapGenerator< T, U, Func >:

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
 
m_cache
 

Additional Inherited Members

- Public Types inherited from Catch::Generators::IGenerator< T >
using type = T
 

Detailed Description

template<typename T, typename U, typename Func>
class Catch::Generators::MapGenerator< T, U, Func >

Definition at line 4256 of file catch.hpp.


The documentation for this class was generated from the following file: