Traits specialization for member functions.
Declared in <mrdocs/Dom/Function.hpp>
template<
typename C,
typename R,
typename... Args>
struct function_traits<R const volatile(C::*)(Args...)>;
Traits specialization for const member functions.
Traits specialization for volatile member functions.
Traits specialization for const volatile member functions.
| Name | Description |
|---|---|
args_type | Tuple of argument types accepted by the callable. |
return_type | Result type of the callable. |