Searched refs:function_traits (Results 1 – 3 of 3) sorted by relevance
478 struct function_traits : function_traits<decltype(&T::operator())> {}; struct482 struct function_traits<R(Args...)> { struct490 struct function_traits<R (*)(Args...)> { struct498 struct function_traits<std::function<R(Args...)>> { argument506 struct function_traits<R (T::*)(Args...)> { argument513 struct function_traits<R (T::*)(Args...) const> { argument
165 typedef typename function_traits<MessageHandler>::decayed_arg_types in async_method_call()
88 typedef function_traits<Handler> traits;