|
YOrch 1.0.0
|
Type trait that detects task_result<T>.
More...
#include <result.hpp>


Type trait that detects task_result<T>.
The primary template reports false. The specialization for supported task_result<T> payload carriers reports true, and the variable template strips cv-ref qualifiers before checking.
| T | Candidate type to inspect. |
Definition at line 184 of file result.hpp.