30 #ifndef SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
31 #define SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
38 template <
typename T>
class Expr;
68 static const bool value =
false;
73 struct Value< CacheFad::Expr<T> > {
92 #endif // SACADO_CACHEFAD_EXPRESSIONTRAITS_HPP
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.
static KOKKOS_INLINE_FUNCTION const value_type & eval(const CacheFad::Expr< T > &x)
Base template specification for IsADType.
Base template specification for Value.
#define KOKKOS_INLINE_FUNCTION
#define SACADO_EXPR_PROMOTE_SPEC(NS)
ValueType< CacheFad::Expr< T > >::type value_type
static KOKKOS_INLINE_FUNCTION const scalar_type & eval(const CacheFad::Expr< T > &x)
Base template specification for IsScalarType.
Wrapper for a generic expression template.
Base template specification for ValueType.
static KOKKOS_INLINE_FUNCTION const T & eval(const T &x)
ScalarType< CacheFad::Expr< T > >::type scalar_type