wxMaxima
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions
Catch::Generators::FixedValuesGenerator< T > Class Template Referencefinal
Inheritance diagram for Catch::Generators::FixedValuesGenerator< T >:
[legend]
Collaboration diagram for Catch::Generators::FixedValuesGenerator< T >:
[legend]

Public Types

using type = T
 

Public Member Functions

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

Member Function Documentation

◆ get()

template<typename T >
T const & Catch::Generators::FixedValuesGenerator< T >::get ( ) const
inlineoverridevirtual

◆ next()

template<typename T >
bool Catch::Generators::FixedValuesGenerator< T >::next ( )
inlineoverridevirtual

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