Typedef function_arguments¶
typedef function_arguments meta¶
using function_arguments = typename details::function_arguments_impl<decltype(&Fn::operator())>::args Extracts the argument types of a functor's
operator() as a ctypes_t
Fully qualified name: kfr::function_arguments
Declared at meta.hpp:561
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.