Sacado  Development
Public Types | List of all members
Sacado::value< A, B > Struct Template Reference

Specialization of Promote when A and B are convertible to each other, and one of them is an expression. More...

#include <Sacado_Traits.hpp>

Inheritance diagram for Sacado::value< A, B >:
Inheritance graph
[legend]
Collaboration diagram for Sacado::value< A, B >:
Collaboration graph
[legend]

Public Types

typedef BaseExprType< A >::type A_base_fad_type
 
typedef BaseExprType< B >::type B_base_fad_type
 
typedef Promote< A_base_fad_type, B_base_fad_type >::type type
 

Detailed Description

template<typename A, typename B>
struct Sacado::value< A, B >

Specialization of Promote when A and B are convertible to each other, and one of them is an expression.


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