Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::binary_traits_imp< Operation * > Struct Template Reference

#include <functional.hpp>

Public Types

typedef Operation function_type
 
typedef const function_typeparam_type
 
typedef Operation::result_type result_type
 
typedef
Operation::first_argument_type 
first_argument_type
 
typedef
Operation::second_argument_type 
second_argument_type
 

Member Typedef Documentation

template<class Operation >
typedef Operation::first_argument_type boost::detail::binary_traits_imp< Operation * >::first_argument_type
template<class Operation >
typedef Operation boost::detail::binary_traits_imp< Operation * >::function_type
template<class Operation >
typedef const function_type& boost::detail::binary_traits_imp< Operation * >::param_type
template<class Operation >
typedef Operation::result_type boost::detail::binary_traits_imp< Operation * >::result_type
template<class Operation >
typedef Operation::second_argument_type boost::detail::binary_traits_imp< Operation * >::second_argument_type

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