|
Thrill
0.1
|
Include dependency graph for fold_right_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 Reduce , typename Initial , typename Tuple > | |
| auto | fold_right_tuple (Reduce &&r, Initial &&init, Tuple &&t) |
| template<typename Reduce , typename Initial , typename Tuple , std::size_t... Is> | |
| auto | fold_right_tuple_impl (Reduce &&r, Initial &&init, Tuple &&t, index_sequence< Is... >) |
| helper for fold_right_tuple: forwards tuple entries More... | |