Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::unary_traits< R(*)(A)> Struct Template Reference

#include <functional.hpp>

Public Types

typedef R(* function_type )(A)
 
typedef R(* param_type )(A)
 
typedef R result_type
 
typedef A argument_type
 

Member Typedef Documentation

template<class R , class A >
typedef A boost::unary_traits< R(*)(A)>::argument_type
template<class R , class A >
typedef R(* boost::unary_traits< R(*)(A)>::function_type)(A)
template<class R , class A >
typedef R(* boost::unary_traits< R(*)(A)>::param_type)(A)
template<class R , class A >
typedef R boost::unary_traits< R(*)(A)>::result_type

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