Public Types | |
| using | result_type = R |
| template<size_t index> | |
| using | arg_type = typename std::tuple_element_t<index, std::tuple<Args...>> |
Static Public Attributes | |
| static const size_t | arity = sizeof...(Args) |
| using function_traits< R(C::*)(Args...) const >::result_type = R |
| using function_traits< R(C::*)(Args...) const >::arg_type = typename std::tuple_element_t<index, std::tuple<Args...>> |
|
static |