|
template<typename T> |
using | di::execution::ignore_all_ns::DecayedRValue = meta::Decay<T>&& |
|
template<typename... Types> |
using | di::execution::ignore_all_ns::DecayedVariant = vocab::Variant<meta::Decay<Types>...> |
|
template<typename Env, typename Seq> |
using | di::execution::ignore_all_ns::ErrorStorage |
|
template<concepts::Sender Seq, concepts::Receiver Rec> |
using | di::execution::ignore_all_ns::Data = meta::Type<DataT<Seq, Rec>> |
|
template<concepts::Sender Seq, concepts::Receiver Rec, concepts::Sender Next, concepts::Receiver NextRec> |
using | di::execution::ignore_all_ns::NextData = meta::Type<NextDataT<Seq, Rec, Next, NextRec>> |
|
template<concepts::Sender Seq, concepts::Receiver Rec, concepts::Sender Next, concepts::Receiver NextRec> |
using | di::execution::ignore_all_ns::NextReceiver = meta::Type<NextReceiverT<Seq, Rec, Next, NextRec>> |
|
template<concepts::Sender Seq, concepts::Receiver Rec, concepts::Sender Next, concepts::Receiver NextRec> |
using | di::execution::ignore_all_ns::NextOperationState = meta::Type<NextOperationStateT<Seq, Rec, Next, NextRec>> |
|
template<typename Next, typename Env> |
using | di::execution::ignore_all_ns::NextSignatures |
|
template<concepts::Sender Seq, concepts::Receiver Rec, concepts::Sender Next> |
using | di::execution::ignore_all_ns::NextSender = meta::Type<NextSenderT<Seq, Rec, Next>> |
|
template<concepts::Sender Seq, concepts::Receiver Rec> |
using | di::execution::ignore_all_ns::Receiver = meta::Type<ReceiverT<Seq, Rec>> |
|
template<concepts::Sender Seq, concepts::Receiver Rec> |
using | di::execution::ignore_all_ns::OperationState = meta::Type<OperationStateT<Seq, Rec>> |
|
template<typename Err> |
using | di::execution::ignore_all_ns::ErrorsWithStopped = types::CompletionSignatures<SetStopped(), SetError(DecayedRValue<Err>)> |
|
template<typename Seq, typename Env> |
using | di::execution::ignore_all_ns::Completions |
|
template<concepts::Sender Seq> |
using | di::execution::ignore_all_ns::Sender = meta::Type<SenderT<meta::RemoveCVRef<Seq>>> |
|