Typedef expression_make_function¶
typedef expression_make_function base¶
using expression_make_function = expression_function<Fn, arg<Args>...> Alias that produces an expression_function with decayed argument types.
| Fn | Callable type. |
| Args | Argument types. |
Fully qualified name: kfr::expression_make_function
Declared at base/expression.hpp:902
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.