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

Public Member Functions

 FixedValuesGenerator (std::initializer_list< T > values)
 
T const & get () const override
 
bool next () override
 

Private Attributes

std::vector< T > m_values
 
size_t m_idx = 0
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 3967 of file catch.hpp.


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