Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::scalar_binary_functor< T1, T2 > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::scalar_binary_functor< T1, T2 >:

Public Types

typedef type_traits< T1 >
::const_reference 
argument1_type
 
typedef type_traits< T2 >
::const_reference 
argument2_type
 
typedef promote_traits< T1, T2 >
::promote_type 
result_type
 

Member Typedef Documentation

template<class T1, class T2>
typedef type_traits<T1>::const_reference boost::numeric::ublas::scalar_binary_functor< T1, T2 >::argument1_type
template<class T1, class T2>
typedef type_traits<T2>::const_reference boost::numeric::ublas::scalar_binary_functor< T1, T2 >::argument2_type
template<class T1, class T2>
typedef promote_traits<T1, T2>::promote_type boost::numeric::ublas::scalar_binary_functor< T1, T2 >::result_type

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