Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

fmat::fmat_internal::promotion_trait< T1, T2 > Struct Template Reference

#include <fmatCore.h>


Detailed Description

template<typename T1, typename T2>
struct fmat::fmat_internal::promotion_trait< T1, T2 >

Definition at line 134 of file fmatCore.h.

List of all members.

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)

Member Typedef Documentation

template<typename T1, typename T2>
typedef unconst<T1>::type fmat::fmat_internal::promotion_trait< T1, T2 >::mT1

Definition at line 135 of file fmatCore.h.

template<typename T1, typename T2>
typedef unconst<T2>::type fmat::fmat_internal::promotion_trait< T1, T2 >::mT2

Definition at line 136 of file fmatCore.h.

template<typename T1, typename T2>
typedef do_promotion<mT1,mT2,USET1>::type fmat::fmat_internal::promotion_trait< T1, T2 >::type

Definition at line 138 of file fmatCore.h.


Member Data Documentation

template<typename T1, typename T2>
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.


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3