Iros
 
Loading...
Searching...
No Matches
completion_signature.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::concepts
 
namespace  di::concepts::detail
 

Concepts

concept  di::concepts::CompletionSignature
 

Variables

template<typename T>
constexpr bool di::concepts::detail::is_completion_signature = false
 
template<typename... Args>
constexpr bool di::concepts::detail::is_completion_signature< execution::SetValue(Args...)> = true
 
template<typename Arg>
constexpr bool di::concepts::detail::is_completion_signature< execution::SetError(Arg)> = true
 
template<>
constexpr bool di::concepts::detail::is_completion_signature< execution::SetStopped()> = true