Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Class providing begin and end methods to allow simple use of packed iterators in foreach variant of the for loop. More...
#include <foreach.hpp>
Public Member Functions | |
const_tuple_foreach (const Types &... args) | |
Constructor of foreach tuple pack helper. More... | |
const_tuple_foreach_iterator< typename Types::const_iterator ... > | begin () const |
Getter of pack of begin iterators. More... | |
const_tuple_foreach_iterator< typename Types::const_iterator ... > | end () const |
Getter of pack of end iterators. More... | |
Class providing begin and end methods to allow simple use of packed iterators in foreach variant of the for loop.
Types | ... the types of begin/end source classes |
|
inline |
Constructor of foreach tuple pack helper.
args | ... the actual begin/end source classes |
|
inline |
Getter of pack of begin iterators.
|
inline |
Getter of pack of end iterators.