Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/iter-adapter.hpp"
Adapter to »piggy-back« a STL iterable container inline and expose it as »state core«.
Definition at line 613 of file iter-adapter.hpp.
Public Member Functions | |
ContainerCore (CON &&container) | |
bool | checkPoint () const |
void | iterNext () |
decltype(auto) | yield () const |
Private Types | |
using | Iter = typename CON::iterator |
Private Attributes | |
Iter | p_ |