30#ifndef SACADO_FAD_EXP_EXPRESSIONTRAITS_HPP
31#define SACADO_FAD_EXP_EXPRESSIONTRAITS_HPP
63 static const bool value =
false;
74 struct Value< Fad::Exp::Expr<T> > {
#define SACADO_INLINE_FUNCTION
#define SACADO_EXPR_PROMOTE_SPEC(NS)
Wrapper for a generic expression template.
Base template specification for IsADType.
Base template specification for IsScalarType.
Base template specification for IsSimdType.
ScalarType< typenameFad::Exp::Expr< T >::value_type >::type type
Base template specification for ScalarType.
ScalarType< Fad::Exp::Expr< T > >::type scalar_type
ValueType< Fad::Exp::Expr< T > >::type value_type
static SACADO_INLINE_FUNCTION const scalar_type & eval(const Fad::Exp::Expr< T > &x)
Base template specification for ScalarValue.
static SACADO_INLINE_FUNCTION const T & eval(const T &x)
Fad::Exp::Expr< T >::value_type type
Base template specification for ValueType.
static SACADO_INLINE_FUNCTION const value_type & eval(const Fad::Exp::Expr< T > &x)
ValueType< Fad::Exp::Expr< T > >::type value_type
Base template specification for Value.