Loading [MathJax]/extensions/tex2jax.js
Iros
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Loading...
Searching...
No Matches
di::execution::just_ns Namespace Reference

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 {}
 

Typedef Documentation

◆ OperationState

template<concepts::OneOf< SetValue, SetStopped, SetError > CPO, concepts::Receiver Rec, typename... Types>
using di::execution::just_ns::OperationState = meta::Type<OperationStateT<CPO, Rec, Types...>>

◆ Sender

template<concepts::OneOf< SetValue, SetStopped, SetError > CPO, typename... Types>
using di::execution::just_ns::Sender = meta::Type<SenderT<CPO, meta::Decay<Types>...>>

Variable Documentation

◆ construct_tag

auto di::execution::just_ns::construct_tag = ConstructTag {}
inlineconstexpr