Template Struct FunctionTraits< T >¶
Defined in File function_traits_impl_.hpp
Inheritance Relationships¶
Base Type¶
public ripple::detail::FunctionTraits< decltype(&std::decay_t< T >::operator())>
(Template Struct FunctionTraits)
Struct Documentation¶
-
template<typename
T
>
structFunctionTraits
<T> : public ripple::detail::FunctionTraits<decltype(&std::decay_t<T>::)>¶ Specialization of function traits for a type T.
- Template Parameters
T
: The type to get the function traits for.