Skip to content

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.

Template parameters
Fn Callable type.
Args Argument types.

Fully qualified name: kfr::expression_make_function

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.