Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 82 of file iter-zip-test.cpp.
Private Member Functions | |
template<typename... ITS> | |
auto | buildIterTuple (ITS &&...iters) |
void | demo_construction () |
void | demo_mapToTuple () |
virtual void | run (Arg) |
void | simpleUsage () |
void | test_Fixture () |
void | verify_exploration () |
void | verify_iteration () |
void | verify_pipelining () |
void | verify_references () |
|
inlineprivate |
Definition at line 102 of file iter-zip-test.cpp.
References lib::izip(), VERIFY_ERROR, and lib::zip().
|
inlineprivate |
Definition at line 126 of file iter-zip-test.cpp.
|
inlineprivate |
Definition at line 139 of file iter-zip-test.cpp.
References lib::explore().
|
inlineprivate |
Definition at line 190 of file iter-zip-test.cpp.
References lib::explore().
|
inlineprivate |
Definition at line 281 of file iter-zip-test.cpp.
|
inlineprivate |
Definition at line 368 of file iter-zip-test.cpp.
References lib::explore(), and lib::izip().
|
inlineprivate |
Definition at line 409 of file iter-zip-test.cpp.
|
inlineprivate |
expandChildrem()
call after the zip()
, it is also passed to other iterators that have no expand-functor defined; for those, it is absorbed without effect. Now, since the expandAll() actually works by replacing the iterate() by expandChildern(), this means that the other sequences just do not make any progress. Definition at line 468 of file iter-zip-test.cpp.