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)> Struct Template Reference

#include <function_traits.hpp>

Public Types

typedef R result_type
 
typedef T1 arg1_type
 
typedef T2 arg2_type
 
typedef T1 first_argument_type
 
typedef T2 second_argument_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (unsigned, arity=2)
 

Member Typedef Documentation

template<typename R , typename T1 , typename T2 >
typedef T1 boost::detail::function_traits_helper< R(*)(T1, T2)>::arg1_type
template<typename R , typename T1 , typename T2 >
typedef T2 boost::detail::function_traits_helper< R(*)(T1, T2)>::arg2_type
template<typename R , typename T1 , typename T2 >
typedef T1 boost::detail::function_traits_helper< R(*)(T1, T2)>::first_argument_type
template<typename R , typename T1 , typename T2 >
typedef R boost::detail::function_traits_helper< R(*)(T1, T2)>::result_type
template<typename R , typename T1 , typename T2 >
typedef T2 boost::detail::function_traits_helper< R(*)(T1, T2)>::second_argument_type

Member Function Documentation

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

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