Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/itertools.hpp"
A neutral identity-function core, also serving as point-of reference how any core is intended to work.
Any core is intended to serve as inner part of an iterator tool template.
Definition at line 114 of file itertools.hpp.
Public Types | |
typedef IT::pointer | pointer |
typedef IT::reference | reference |
typedef IT::value_type | value_type |
Public Member Functions | |
IdentityCore (IT &&orig) | |
IdentityCore (IT const &orig) | |
void | advance () |
bool | evaluate () const |
IT & | pipe () |
IT const & | pipe () const |
Public Attributes | |
IT | source_ |