mrdocs::dom::function_traits<R const volatile(C::*)(Args...)>

Traits specialization for member functions.

Synopsis

Declared in <mrdocs/Dom/Function.hpp>

template<
    typename C,
    typename R,
    typename... Args>
struct function_traits<R const volatile(C::*)(Args...)>;

Description

Traits specialization for const member functions.

Traits specialization for volatile member functions.

Traits specialization for const volatile member functions.

Type Aliases

NameDescription
args_type Tuple of argument types accepted by the callable.
return_type Result type of the callable.