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

#include <function_traits.hpp>

Public Types

typedef R result_type
 
typedef T1 arg1_type
 
typedef T1 argument_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (unsigned, arity=1)
 

Member Typedef Documentation

template<typename R , typename T1 >
typedef T1 boost::detail::function_traits_helper< R(*)(T1)>::arg1_type
template<typename R , typename T1 >
typedef T1 boost::detail::function_traits_helper< R(*)(T1)>::argument_type
template<typename R , typename T1 >
typedef R boost::detail::function_traits_helper< R(*)(T1)>::result_type

Member Function Documentation

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

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