All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Attributes | List of all members
Catch::Generators::GeneratorWrapper< T > Class Template Referencefinal

Public Member Functions

 GeneratorWrapper (std::unique_ptr< IGenerator< T >> generator)
 
T const & get () const
 
bool next ()
 

Private Attributes

std::unique_ptr< IGenerator< T > > m_generator
 

Detailed Description

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

Definition at line 3986 of file catch.hpp.


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