Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)> Struct Template Reference

#include <function_traits.hpp>

Public Types

typedef R result_type
 
typedef T1 arg1_type
 
typedef T2 arg2_type
 
typedef T3 arg3_type
 
typedef T4 arg4_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (unsigned, arity=4)
 

Member Typedef Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
typedef T1 boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::arg1_type
template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
typedef T2 boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::arg2_type
template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
typedef T3 boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::arg3_type
template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
typedef T4 boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::arg4_type
template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
typedef R boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::result_type

Member Function Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
boost::detail::function_traits_helper< R(*)(T1, T2, T3, T4)>::BOOST_STATIC_CONSTANT ( unsigned  ,
arity  = 4 
)

The documentation for this struct was generated from the following file: