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

Public Member Functions

 SingleValueGenerator (T &&value)
 
T const & get () const override
 
bool next () override
 

Private Attributes

m_value
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 3953 of file catch.hpp.


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