#include <di/execution/algorithm/repeat_effect_until.h>
|
template<concepts::SenderOf< SetValue()> Send, concepts::MovableValue Pred>
requires (concepts::CopyConstructible<Send> && concepts::Predicate<meta::Decay<Pred>&>) |
constexpr auto | operator() (Send &&sender, Pred &&predicate) const -> concepts::SenderOf< SetValue()> auto |
|
◆ operator()()
template<concepts::SenderOf<
SetValue()> Send, concepts::MovableValue Pred>
requires (concepts::CopyConstructible<Send> && concepts::Predicate<
meta::Decay<Pred>&>)
auto di::execution::repeat_effect_until_ns::Function::operator() |
( |
Send && | sender, |
|
|
Pred && | predicate ) const -> concepts::SenderOf<SetValue()> auto |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: