Namespaces | |
pack | |
Classes | |
struct | function_meta |
struct | function_meta< std::function< R(T ...)> > |
struct | memfun_type |
struct | memfun_type< Ret(Class::*)(Args...) const > |
Functions | |
template<typename F > | |
memfun_type< decltype(&F::operator())>::type | lambdaToFunction (F const &func) |
memfun_type<decltype(&F::operator())>::type nanorpc::core::detail::lambdaToFunction | ( | F const & | func | ) |
Definition at line 43 of file function_meta.h.