|
template<typename CPO, typename Completions> |
using | ArgTypes |
|
template<typename CPO, typename Fun, typename Completions> |
using | SenderTypes |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Receiver Rec, concepts::MovableValue Fun, concepts::InstanceOf< CompletionSignatures > Completions> |
using | 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 | 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 | OperationState = meta::Type<OperationStateT<CPO, Send, Rec, Fun>> |
|
template<concepts::OneOf< SetValue, SetError, SetStopped > CPO, concepts::Sender Send, concepts::MovableValue Fun> |
using | Sender = meta::Type<SenderT<CPO, meta::RemoveCVRef<Send>, meta::Decay<Fun>>> |
|