Traits specialization for free functions.

Synopsis

Declared in <mrdocs/Dom/Function.hpp>

template<
    typename R,
    typename... Args>
struct function_traits<R(Args...)>;

Types

Name

Description

args_type

Tuple of argument types accepted by the callable.

return_type

Result type of the callable.

Created with MrDocs