Classes | |
| struct | EnablePipeline |
Concepts | |
| concept | Pipeable |
Functions | |
| template<typename T, Pipeable F> requires (concepts::Invocable<F, T>) | |
| constexpr auto | operator| (T &&value, F &&function) -> decltype(auto) |
| template<Pipeable F, Pipeable G> requires (!concepts::Invocable<G, F>) | |
| constexpr auto | operator| (F &&f, G &&g) |
| template<Pipeable F, Pipeable G> | |
| constexpr auto | operator* (F &&f, G &&g) |
|
constexpr |
|
constexpr |
|
constexpr |