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

Public Member Functions

 TakeGenerator (size_t target, GeneratorWrapper< T > &&generator)
 
T const & get () const override
 
bool next () override
 

Private Attributes

GeneratorWrapper< T > m_generator
 
size_t m_returned = 0
 
size_t m_target
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 4120 of file catch.hpp.


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