Helper struct to increment an iterator.
More...
|
template<typename... Iterators> |
static void | _ (std::tuple< Iterators... > &iterators, std::tuple< Iterators... > const &, std::tuple< Iterators... > const &) |
| Increments an iterator of tuples.
|
|
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.
◆ _() [1/2]
template<typename... Iterators>
Increments an iterator of tuples.
- Parameters
-
[in] | iterators | The iterator to increment |
◆ _() [2/2]
Increments an iterator of tuples.
- Parameters
-
[in] | iterators | The iterator to increment |
[in] | beginIterators | Beginning of the Iterators |
[in] | endIterators | End of the Iterators |
The documentation for this struct was generated from the following file: