![]() |
0.5.1
|
Helper struct to increment an iterator. More...
Static Public Member Functions | |
| template<typename... Iterators> | |
| static void | _ (std::tuple< Iterators... > &iterators, std::tuple< Iterators... > const &beginIterators, std::tuple< Iterators... > const &endIterators) |
| Increments an iterator of tuples. | |
Helper struct to increment an iterator.
Definition at line 132 of file CartesianProduct.hpp.
|
inlinestatic |
Increments an iterator of tuples.
| [in] | iterators | The iterator to increment |
| [in] | beginIterators | Beginning of the Iterators |
| [in] | endIterators | End of the Iterators |
Definition at line 139 of file CartesianProduct.hpp.