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::IGenerator< T > Struct Template Referenceabstract

#include <catch.hpp>

+ Inheritance diagram for Catch::Generators::IGenerator< T >:
+ Collaboration diagram for Catch::Generators::IGenerator< T >:

Public Types

using type = T
 

Public Member Functions

virtual ~IGenerator ()=default
 
virtual T const & get () const =0
 
- Public Member Functions inherited from Catch::Generators::GeneratorUntypedBase
 GeneratorUntypedBase ()=default
 
virtual ~GeneratorUntypedBase ()
 
virtual bool next ()=0
 

Detailed Description

template<typename T>
struct Catch::Generators::IGenerator< T >

Definition at line 3941 of file catch.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using Catch::Generators::IGenerator< T >::type = T

Definition at line 3949 of file catch.hpp.

Constructor & Destructor Documentation

◆ ~IGenerator()

template<typename T >
virtual Catch::Generators::IGenerator< T >::~IGenerator ( )
virtualdefault

Member Function Documentation

◆ get()


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