#include <di/function/curry_back.h>
|
template<concepts::DecayConstructible F> |
constexpr auto | operator() (F &&function) const |
|
template<concepts::DecayConstructible F, usize max_arity> |
constexpr auto | operator() (F &&function, Constexpr< max_arity >) const |
|
◆ operator()() [1/2]
template<concepts::DecayConstructible F>
auto di::function::curry_back_ns::CurryBackFunction::operator() |
( |
F && | function | ) |
const |
|
inlineconstexpr |
◆ operator()() [2/2]
template<concepts::DecayConstructible F,
usize max_arity>
auto di::function::curry_back_ns::CurryBackFunction::operator() |
( |
F && | function, |
|
|
Constexpr< max_arity > | ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: