|
|
using | args_tuple_type = std::tuple< Args &&... > |
| |
|
using | input_type = std::tuple_element_t< I *2, args_tuple_type > |
| |
|
using | task_type = std::tuple_element_t< I *2+1, args_tuple_type > |
| |
|
using | value_type = ParallelCollectValueT< input_type, task_type > |
| |
The documentation for this struct was generated from the following file: