YOrch 1.0.0
Loading...
Searching...
No Matches
yorch::is_task_result< T > Struct Template Reference

Type trait that detects task_result<T>. More...

#include <result.hpp>

Inheritance diagram for yorch::is_task_result< T >:
Collaboration diagram for yorch::is_task_result< T >:

Detailed Description

template<typename T>
struct yorch::is_task_result< T >

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.

Template Parameters
TCandidate type to inspect.

Definition at line 184 of file result.hpp.


The documentation for this struct was generated from the following file: