Horizon
|
Public Types | |
using | type = T |
Public Member Functions | |
IGenerator (IGenerator const &)=default | |
IGenerator & | operator= (IGenerator const &)=default |
virtual T const & | get () const =0 |
![]() | |
GeneratorUntypedBase (GeneratorUntypedBase const &)=default | |
GeneratorUntypedBase & | operator= (GeneratorUntypedBase const &)=default |
bool | countedNext () |
Attempts to move the generator to the next element. | |
std::size_t | currentElementIndex () const |
StringRef | currentElementAsString () const |
Returns generator's current element as user-friendly string. | |