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

#include <functional.hpp>

Inheritance diagram for boost::unary_traits< Operation >:

Public Types

typedef
detail::unary_traits_imp
< Operation * >::function_type 
function_type
 
typedef
detail::unary_traits_imp
< Operation * >::param_type 
param_type
 
typedef
detail::unary_traits_imp
< Operation * >::result_type 
result_type
 
typedef
detail::unary_traits_imp
< Operation * >::argument_type 
argument_type
 

Member Typedef Documentation

template<class Operation>
typedef detail::unary_traits_imp<Operation*>::argument_type boost::unary_traits< Operation >::argument_type
template<class Operation>
typedef detail::unary_traits_imp<Operation*>::function_type boost::unary_traits< Operation >::function_type
template<class Operation>
typedef detail::unary_traits_imp<Operation*>::param_type boost::unary_traits< Operation >::param_type
template<class Operation>
typedef detail::unary_traits_imp<Operation*>::result_type boost::unary_traits< Operation >::result_type

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