di 0.1.0
Loading...
Searching...
No Matches
pipeline.h File Reference

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)