9 template<concepts::Sender Seq, concepts::MovableValue Fun>
20 template<concepts::Sender Seq, concepts::MovableValue Fun>
31 template<concepts::Sender Seq, concepts::MovableValue Fun>
Definition sequence_sender.h:102
Definition tag_invoke.h:33
constexpr auto upon_stopped
A sender that maps the stop signal into a value.
Definition then.h:302
constexpr auto upon_stopped_each
Transform stopped values of a sequence directly.
Definition then_each.h:91
constexpr auto then
A sender that maps values into another value.
Definition then.h:276
constexpr auto upon_error_each
Transform the errors of a sequence directly.
Definition then_each.h:76
constexpr auto upon_error
A sender that maps an error into a value.
Definition then.h:289
constexpr auto transform_each
Transform each sender of a sequence.
Definition transform_each.h:149
constexpr auto then_each
Transform the values of a sequence directly.
Definition then_each.h:58
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
constexpr auto curry_back
Definition curry_back.h:141
constexpr auto sequence
Definition sequence.h:34
Definition then_each.h:19
auto operator()(Seq &&sequence, Fun &&transformer) const -> concepts::SequenceSender auto
Definition then_each.h:21
auto operator()(Seq &&sequence, Fun &&transformer) const -> concepts::SequenceSender auto
Definition then_each.h:10
Definition then_each.h:30
auto operator()(Seq &&sequence, Fun &&transformer) const -> concepts::SequenceSender auto
Definition then_each.h:32