![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <catch.hpp>
Public Member Functions | |
template<typename InputIterator, typename InputSentinel> | |
IteratorGenerator (InputIterator first, InputSentinel last) | |
T const & | get () const override |
bool | next () override |
![]() | |
virtual | ~IGenerator ()=default |
![]() | |
GeneratorUntypedBase ()=default | |
virtual | ~GeneratorUntypedBase () |
Additional Inherited Members | |
![]() | |
using | type = T |
|
inline |
Definition at line 4721 of file catch.hpp.
References Catch::GeneratorException::GeneratorException().
|
inlineoverridevirtual |
Implements Catch::Generators::IGenerator< T >.
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.