Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
fmat::fmat_internal::promotion_trait< T1, T2 > Struct Template Reference
Detailed Descriptiontemplate<typename T1, typename T2>
|
Public Types | |
typedef unconst< T1 >::type | mT1 |
typedef unconst< T2 >::type | mT2 |
typedef do_promotion< mT1, mT2, USET1 >::type | type |
Static Public Attributes | |
static const bool | USET1 = (precision_trait<mT1>::PRECISION_RANK) > (precision_trait<mT2>::PRECISION_RANK) |
typedef unconst<T1>::type fmat::fmat_internal::promotion_trait< T1, T2 >::mT1 |
Definition at line 135 of file fmatCore.h.
typedef unconst<T2>::type fmat::fmat_internal::promotion_trait< T1, T2 >::mT2 |
Definition at line 136 of file fmatCore.h.
typedef do_promotion<mT1,mT2,USET1>::type fmat::fmat_internal::promotion_trait< T1, T2 >::type |
Definition at line 138 of file fmatCore.h.
const bool fmat::fmat_internal::promotion_trait< T1, T2 >::USET1 = (precision_trait<mT1>::PRECISION_RANK) > (precision_trait<mT2>::PRECISION_RANK) [static] |
Definition at line 137 of file fmatCore.h.
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |