Classes | |
| struct | ConstructTag |
| struct | ErrorFunction |
| struct | Function |
| struct | OperationStateT |
| struct | SenderT |
| struct | StoppedFunction |
Typedefs | |
| template<concepts::OneOf< SetValue, SetStopped, SetError > CPO, concepts::Receiver Rec, typename... Types> | |
| using | OperationState = meta::Type<OperationStateT<CPO, Rec, Types...>> |
| template<concepts::OneOf< SetValue, SetStopped, SetError > CPO, typename... Types> | |
| using | Sender = meta::Type<SenderT<CPO, meta::Decay<Types>...>> |
Variables | |
| constexpr auto | construct_tag = ConstructTag {} |
| using di::execution::just_ns::OperationState = meta::Type<OperationStateT<CPO, Rec, Types...>> |
| using di::execution::just_ns::Sender = meta::Type<SenderT<CPO, meta::Decay<Types>...>> |
|
inlineconstexpr |