Thrill
0.1
|
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... >) |