SPH
|
Holds multiple iterators, advancing all of them at the same time. More...
#include <IteratorAdapters.h>
Public Member Functions | |
TupleIterator (const TIterator &... iters) | |
TupleIterator & | operator++ () |
TElement | operator* () |
const TElement | operator* () const |
bool | operator== (const TupleIterator &other) const |
bool | operator!= (const TupleIterator &other) const |
Holds multiple iterators, advancing all of them at the same time.
Has only the necessary functions to use in range-based for loops.
Definition at line 253 of file IteratorAdapters.h.
|
inlineexplicit |
Definition at line 258 of file IteratorAdapters.h.
|
inline |
Definition at line 281 of file IteratorAdapters.h.
|
inline |
Definition at line 266 of file IteratorAdapters.h.
|
inline |
Definition at line 270 of file IteratorAdapters.h.
|
inline |
Definition at line 261 of file IteratorAdapters.h.
|
inline |
Definition at line 274 of file IteratorAdapters.h.