Iros
 
Loading...
Searching...
No Matches
sends_stopped.h
Go to the documentation of this file.
1#pragma once
2
7#include "di/meta/algorithm.h"
8#include "di/meta/core.h"
9
10namespace di::meta {
11template<typename Sender, typename Env = types::EmptyEnv>
12requires(concepts::SenderIn<Sender, Env>)
13constexpr inline bool sends_stopped =
15}
Definition core.h:114
Definition merge_interfaces.h:6
meta::Type< detail::MetaApply< Variant, meta::Type< detail::GatherSignaturesHelper< Tag, meta::AsList< meta::CompletionSignaturesOf< S, E > >, Tuple > > > > GatherSignatures
Definition gather_signatures.h:45
constexpr bool sends_stopped
Definition sends_stopped.h:13
Definition list.h:77