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

Public Member Functions

template<typename... Gs>
 Generators (Gs &&...moreGenerators)
 
T const & get () const override
 
bool next () override
 

Private Member Functions

void populate (GeneratorWrapper< T > &&generator)
 
void populate (T &&val)
 
template<typename U >
void populate (U &&val)
 
template<typename U , typename... Gs>
void populate (U &&valueOrGenerator, Gs &&...moreGenerators)
 

Private Attributes

std::vector< GeneratorWrapper
< T > > 
m_generators
 
size_t m_current = 0
 

Additional Inherited Members

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

Detailed Description

template<typename T>
class Catch::Generators::Generators< T >

Definition at line 4010 of file catch.hpp.


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