#include "di/execution/receiver/set_error.h"
#include "di/execution/receiver/set_stopped.h"
#include "di/execution/receiver/set_value.h"
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 |