|
template<typename CPO, typename Completions> |
using | di::execution::let_ns::ArgTypes |
|
template<typename CPO, typename Fun, typename Completions> |
using | di::execution::let_ns::SenderTypes |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Receiver Rec, concepts::MovableValue Fun, concepts::InstanceOf< CompletionSignatures > Completions> |
using | di::execution::let_ns::Data = meta::Type<DataT<CPO, Rec, Fun, Completions>> |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Receiver Rec, concepts::MovableValue Fun, concepts::InstanceOf< CompletionSignatures > Completions> |
using | di::execution::let_ns::Receiver = meta::Type<ReceiverT<CPO, Rec, Fun, Completions>> |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Sender Send, concepts::Receiver Rec, concepts::MovableValue Fun> |
using | di::execution::let_ns::OperationState = meta::Type<OperationStateT<CPO, Send, Rec, Fun>> |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Sender Send, concepts::MovableValue Fun> |
using | di::execution::let_ns::Sender = meta::Type<SenderT<CPO, meta::RemoveCVRef<Send>, meta::Decay<Fun>>> |
|