Go to the source code of this file.
Classes | |
struct | di::execution::then_each_ns::Function |
struct | di::execution::then_each_ns::ErrorFunction |
struct | di::execution::then_each_ns::StoppedFunction |
Namespaces | |
namespace | di |
namespace | di::execution |
namespace | di::execution::then_each_ns |
Variables | |
constexpr auto | di::execution::then_each = function::curry_back(then_each_ns::Function {}, meta::c_<2ZU>) |
Transform the values of a sequence directly. | |
constexpr auto | di::execution::upon_error_each = function::curry_back(then_each_ns::ErrorFunction {}, meta::c_<2ZU>) |
Transform the errors of a sequence directly. | |
constexpr auto | di::execution::upon_stopped_each = function::curry_back(then_each_ns::StoppedFunction {}, meta::c_<2ZU>) |
Transform stopped values of a sequence directly. | |