Home
last modified time | relevance | path

Searched refs:function_traits (Results 1 – 3 of 3) 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...)> { struct
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> { argument
H A Dconnection.hpp165 typedef typename function_traits<MessageHandler>::decayed_arg_types in async_method_call()
H A Dproperties.hpp88 typedef function_traits<Handler> traits;