YOrch
1.0.0
Loading...
Searching...
No Matches
common.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <type_traits>
4
5
namespace
yorch::detail
{
6
7
template
<
typename
>
8
inline
constexpr
bool
bind_tasks_always_false_v
=
false
;
9
10
template
<
typename
Task>
11
concept
bind_task_object
=
12
requires
{
13
typename
std::remove_cvref_t<Task>::raw_result_type;
14
};
15
16
}
// namespace yorch::detail
yorch::detail::bind_task_object
Definition
common.hpp:11
yorch::detail
Definition
adapters.hpp:48
yorch::detail::bind_tasks_always_false_v
constexpr bool bind_tasks_always_false_v
Definition
common.hpp:8
include
yorch
detail
bind
tasks
common.hpp
Generated by
1.9.8