|
YOrch 1.0.0
|
#include <type_traits>

Go to the source code of this file.
Namespaces | |
| namespace | yorch |
| namespace | yorch::detail |
Typedefs | |
| template<typename Task > | |
| using | yorch::detail::declared_task_output_t = typename declared_task_output< Task >::type |
| template<typename Task > | |
| using | yorch::detail::declared_task_output_protocol_t = typename declared_task_output_protocol< Task >::type |
Variables | |
| template<typename Task > | |
| constexpr bool | yorch::detail::has_declared_task_output_v |
| template<typename Task > | |
| constexpr bool | yorch::detail::task_uses_direct_output_protocol_v |
| template<typename Task > | |
| constexpr bool | yorch::detail::task_uses_forward_prev_output_protocol_v |