Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::Generators::MapGenerator< T, U, Func > Class Template Reference

#include <catch.hpp>

Inheritance diagram for Catch::Generators::MapGenerator< T, U, Func >:
Collaboration diagram for Catch::Generators::MapGenerator< T, U, Func >:

Public Member Functions

template<typename F2 = Func>
 MapGenerator (F2 &&function, GeneratorWrapper< U > &&generator)
T const & get () const override
bool next () override
Public Member Functions inherited from Catch::Generators::IGenerator< T >
virtual ~IGenerator ()=default
Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
virtual ~GeneratorUntypedBase ()

Additional Inherited Members

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

Detailed Description

template<typename T, typename U, typename Func>
class Catch::Generators::MapGenerator< T, U, Func >

Definition at line 4256 of file catch.hpp.

Constructor & Destructor Documentation

◆ MapGenerator()

template<typename T, typename U, typename Func>
template<typename F2 = Func>
Catch::Generators::MapGenerator< T, U, Func >::MapGenerator ( F2 && function,
GeneratorWrapper< U > && generator )
inline

Definition at line 4264 of file catch.hpp.

Member Function Documentation

◆ get()

template<typename T, typename U, typename Func>
T const & Catch::Generators::MapGenerator< T, U, Func >::get ( ) const
inlineoverridevirtual

Implements Catch::Generators::IGenerator< T >.

Definition at line 4270 of file catch.hpp.

◆ next()

template<typename T, typename U, typename Func>
bool Catch::Generators::MapGenerator< T, U, Func >::next ( )
inlineoverridevirtual

Implements Catch::Generators::GeneratorUntypedBase.

Definition at line 4273 of file catch.hpp.


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