用于存放函数类型信息的东东 更多...
#include <mm_type.hpp>
Public 类型 | |
using | return_type_t = Ret |
返回值类型 | |
using | arg_tuple_t = std::tuple< Args... > |
参数(元组) | |
静态 Public 属性 | |
static constexpr size_t | NArgs = sizeof...(Args) |
参数数目 | |
用于存放函数类型信息的东东
using mtfmt::details::function_traits_base< Ret, Args >::arg_tuple_t = std::tuple<Args...> |
参数(元组)
using mtfmt::details::function_traits_base< Ret, Args >::return_type_t = Ret |
返回值类型
|
staticconstexpr |
参数数目