Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::type_deduction_detail::base_result_of< X, Y > Struct Template Reference

#include <returntype_deduction.hpp>

List of all members.

Public Types

typedef mpl::vector16
< mpl::identity< bool >
, mpl::identity< float >
, mpl::identity< double >
, mpl::identity< long double >
, mpl::identity< char >
, mpl::identity< signed char >
, mpl::identity< unsigned char >
, mpl::identity< short >
, mpl::identity< unsigned
short >, mpl::identity< int >
, mpl::identity< unsigned int >
, mpl::identity< long >
, mpl::identity< unsigned long >
, mpl::identity< x_type >
, mpl::identity< y_type >
, mpl::identity
< error_cant_deduce_type > > 
types
typedef remove_cv< X >::type x_type
typedef remove_cv< Y >::type y_type

Detailed Description

template<typename X, typename Y>
struct boost::numeric::ublas::type_deduction_detail::base_result_of< X, Y >

Definition at line 146 of file returntype_deduction.hpp.


Member Typedef Documentation

template<typename X , typename Y >
typedef remove_cv<X>::type boost::numeric::ublas::type_deduction_detail::base_result_of< X, Y >::x_type

Definition at line 148 of file returntype_deduction.hpp.

template<typename X , typename Y >
typedef remove_cv<Y>::type boost::numeric::ublas::type_deduction_detail::base_result_of< X, Y >::y_type

Definition at line 149 of file returntype_deduction.hpp.

template<typename X , typename Y >
typedef mpl::vector16< mpl::identity<bool> , mpl::identity<float> , mpl::identity<double> , mpl::identity<long double> , mpl::identity<char> , mpl::identity<signed char> , mpl::identity<unsigned char> , mpl::identity<short> , mpl::identity<unsigned short> , mpl::identity<int> , mpl::identity<unsigned int> , mpl::identity<long> , mpl::identity<unsigned long> , mpl::identity<x_type> , mpl::identity<y_type> , mpl::identity<error_cant_deduce_type> > boost::numeric::ublas::type_deduction_detail::base_result_of< X, Y >::types

Definition at line 169 of file returntype_deduction.hpp.


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