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