|
YOrch 1.0.0
|
Trait that reports whether a fallback policy is compatible with raw task result type R.
More...
#include <traits.hpp>


Trait that reports whether a fallback policy is compatible with raw task result type R.
Compatibility means:
policy(const std::exception_ptr&) and is noexceptvoid tasks, the policy returns step_result| R | Raw task return type. |
| Policy | Policy type. |
| Enable | SFINAE hook used to suppress diagnostics for non-invocable policies. |
Definition at line 162 of file traits.hpp.