![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <returntype_deduction.hpp>
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 |
Definition at line 146 of file returntype_deduction.hpp.
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.
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.
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.