Home
last modified time | relevance | path

Searched defs:function_traits (Results 1 – 1 of 1) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp478 struct function_traits : function_traits<decltype(&T::operator())> {}; struct
482 struct function_traits<R(Args...)> { struct
490 struct function_traits<R (*)(Args...)> { argument
498 struct function_traits<std::function<R(Args...)>> { argument
506 struct function_traits<R (T::*)(Args...)> { argument
513 struct function_traits<R (T::*)(Args...) const> { struct
514 using result_type = R;
515 using argument_types = std::tuple<Args...>;
516 using decayed_arg_types = std::tuple<typename std::decay<Args>::type...>;