#include <catch2.hpp>
Public Types | |
using | type = T |
Public Member Functions | |
virtual | ~IGenerator ()=default |
virtual T const & | get () const =0 |
![]() | |
GeneratorUntypedBase ()=default | |
virtual | ~GeneratorUntypedBase () |
virtual bool | next ()=0 |
using type = T |
|
virtualdefault |
|
pure virtual |