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

Public Member Functions

template<typename InputIterator , typename InputSentinel >
 IteratorGenerator (InputIterator first, InputSentinel last)
 
T const & get () const override
 
bool next () override
 

Private Attributes

std::vector< T > m_elems
 
size_t m_current = 0
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 4712 of file catch.hpp.


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