Iros
 
Loading...
Searching...
No Matches
repeat_effect_until.h File Reference

Go to the source code of this file.

Classes

struct  di::execution::repeat_effect_until_ns::OperationStateT< Send, Rec, Pred >
 
struct  di::execution::repeat_effect_until_ns::ReceiverT< Send, Rec, Pred >
 
struct  di::execution::repeat_effect_until_ns::ReceiverT< Send, Rec, Pred >::Type
 
struct  di::execution::repeat_effect_until_ns::OperationStateT< Send, Rec, Pred >::Type
 
struct  di::execution::repeat_effect_until_ns::SenderT< Send, Pred >
 
struct  di::execution::repeat_effect_until_ns::SenderT< Send, Pred >::Type
 
struct  di::execution::repeat_effect_until_ns::Function
 

Namespaces

namespace  di
 
namespace  di::execution
 
namespace  di::execution::repeat_effect_until_ns
 

Typedefs

template<concepts::Sender Send, concepts::Receiver Rec, concepts::MovableValue Pred>
using di::execution::repeat_effect_until_ns::OperationState = meta::Type<OperationStateT<Send, Rec, Pred>>
 
template<concepts::Sender Send, concepts::Receiver Rec, concepts::MovableValue Pred>
using di::execution::repeat_effect_until_ns::Receiver = meta::Type<ReceiverT<Send, Rec, Pred>>
 
template<concepts::Sender Send, concepts::MovableValue Pred>
using di::execution::repeat_effect_until_ns::Sender = meta::Type<SenderT<Send, Pred>>
 

Variables

constexpr auto di::execution::repeat_effect_until = function::curry_back(repeat_effect_until_ns::Function {}, meta::c_<2ZU>)