![]() |
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 | |
ChunkGenerator (size_t size, GeneratorWrapper< T > generator) | |
std::vector< T > const & | get () const override |
bool | next () override |
![]() | |
virtual | ~IGenerator ()=default |
![]() | |
GeneratorUntypedBase ()=default | |
virtual | ~GeneratorUntypedBase () |
Additional Inherited Members | |
![]() | |
using | type |
|
inline |
Definition at line 4303 of file catch.hpp.
References ChunkGenerator(), and Catch::GeneratorException::GeneratorException().
Referenced by ChunkGenerator().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements Catch::Generators::GeneratorUntypedBase.