#include "di/execution/algorithm/let.h"#include "di/execution/concepts/sender.h"#include "di/execution/sequence/sequence_sender.h"#include "di/execution/sequence/transform_each.h"#include "di/function/curry_back.h"#include "di/function/tag_invoke.h"#include "di/meta/util.h"Go to the source code of this file.
Classes | |
| struct | di::execution::let_each_ns::ValueFunction |
| struct | di::execution::let_each_ns::ErrorFunction |
| struct | di::execution::let_each_ns::StoppedFunction |
Namespaces | |
| namespace | di |
| namespace | di::execution |
| namespace | di::execution::let_each_ns |
Variables | |
| constexpr auto | di::execution::let_value_each = function::curry_back(let_each_ns::ValueFunction {}, meta::c_<2ZU>) |
| Transform the values of a sequence into new senders. | |
| constexpr auto | di::execution::let_error_each = function::curry_back(let_each_ns::ErrorFunction {}, meta::c_<2ZU>) |
| Transform the errors of a sequence into new senders. | |
| constexpr auto | di::execution::let_stopped_each = function::curry_back(let_each_ns::StoppedFunction {}, meta::c_<2ZU>) |
| Transform the stopped signal of a sequence into new senders. | |