10 constexpr inline bool is_completion_signature =
false;
12 template<
typename... Args>
13 constexpr inline bool is_completion_signature<execution::SetValue(Args...)> =
true;
15 template<
typename Arg>
16 constexpr inline bool is_completion_signature<execution::SetError(Arg)> =
true;
19 constexpr inline bool is_completion_signature<execution::SetStopped()> =
true;
Definition completion_signature.h:23
Definition any_storable.h:9