Iros
 
Loading...
Searching...
No Matches
sender_in.h
Go to the documentation of this file.
1#pragma once
2
7
8namespace di::concepts {
9template<typename S, typename E = types::EmptyEnv>
10concept SenderIn = concepts::Sender<S> && requires(S&& sender, E&& env) {
11 {
12 execution::get_completion_signatures(util::forward<S>(sender), util::forward<E>(env))
14};
15}
16
17namespace di {
19}
Definition sender_in.h:10
Definition sender.h:11
Definition valid_completion_signatures.h:8
Definition any_storable.h:9
constexpr auto get_completion_signatures
Definition get_completion_signatures.h:44
Definition zstring_parser.h:9