|
Sacado Development
|
Specialization of Promote when A and B are (different) expressions, with the same value type, e.g, Promote< fad-expr1, fad-expr2 > (using BaseExprType to remove ViewFad). More...
#include <Sacado_Traits.hpp>


Public Types | |
| typedef BaseExprType< A >::type | A_base_expr_type |
| typedef BaseExprType< B >::type | B_base_expr_type |
| typedef Promote< A_base_expr_type, B_base_expr_type >::type | type |
Specialization of Promote when A and B are (different) expressions, with the same value type, e.g, Promote< fad-expr1, fad-expr2 > (using BaseExprType to remove ViewFad).