Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
tuple_common.hpp File Reference
#include <tuple>
#include <utility>
Include dependency graph for tuple_common.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ext
 

Functions

template<class Tuple , class Callable >
void ext::foreach (Tuple &&t, Callable callback)