#include "di/function/compose.h"#include "di/function/invoke.h"#include "di/function/pipeable.h"#include "di/util/forward.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::function |
| namespace | di::function::pipeline |
Functions | |
| template<typename T, Pipeable F> requires (concepts::Invocable<F, T>) | |
| constexpr auto | di::function::pipeline::operator| (T &&value, F &&function) -> decltype(auto) |
| template<Pipeable F, Pipeable G> requires (!concepts::Invocable<G, F>) | |
| constexpr auto | di::function::pipeline::operator| (F &&f, G &&g) |
| template<Pipeable F, Pipeable G> | |
| constexpr auto | di::function::pipeline::operator* (F &&f, G &&g) |