|
Thrill
0.1
|
Include dependency graph for vmap_foreach_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 | vmap_foreach_tuple (Functor &&f, Tuple &&t) |
| template<typename Functor , typename Tuple , std::size_t... Is> | |
| auto | vmap_foreach_tuple_impl (Functor &&f, Tuple &&t, index_sequence< Is... >) |
| helper for vmap_foreach_tuple: forwards tuple entries More... | |