Thrill  0.1
apply_tuple.hpp File Reference
#include <tuple>
#include <utility>
#include <tlx/meta/index_sequence.hpp>
+ Include dependency graph for apply_tuple.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tlx
 
 tlx::meta_detail
 

Functions

template<typename Functor , typename Tuple >
auto apply_tuple (Functor &&f, Tuple &&t)
 Call the functor f with the contents of t as arguments. More...
 
template<typename Functor , typename Tuple , std::size_t... Is>
auto apply_tuple_impl (Functor &&f, Tuple &&t, index_sequence< Is... >)