10 #ifndef SACADO_ELRCACHEFAD_EXPRESSIONTRAITS_HPP
11 #define SACADO_ELRCACHEFAD_EXPRESSIONTRAITS_HPP
17 namespace ELRCacheFad {
18 template <
typename T>
class Expr;
48 static const bool value =
false;
53 struct Value< ELRCacheFad::Expr<T> > {
72 #endif // SACADO_ELRCACHEFAD_EXPRESSIONTRAITS_HPP
static SACADO_INLINE_FUNCTION const T & eval(const T &x)
ELRCacheFad::Expr< T >::value_type type
Base template specification for ScalarValue.
static SACADO_INLINE_FUNCTION const value_type & eval(const ELRCacheFad::Expr< T > &x)
Base template specification for ScalarType.
ValueType< ELRCacheFad::Expr< T > >::type value_type
Base template specification for IsADType.
Base template specification for Value.
ValueType< ELRCacheFad::Expr< T > >::type value_type
ScalarType< typename ELRCacheFad::Expr< T >::value_type >::type type
#define SACADO_EXPR_PROMOTE_SPEC(NS)
ScalarType< ELRCacheFad::Expr< T > >::type scalar_type
Wrapper for a generic expression template.
static SACADO_INLINE_FUNCTION const scalar_type & eval(const ELRCacheFad::Expr< T > &x)
Base template specification for IsScalarType.
#define SACADO_INLINE_FUNCTION
Base template specification for ValueType.