30#ifndef SACADO_TRAD2_TRAITS_HPP
31#define SACADO_TRAD2_TRAITS_HPP
38 template <
typename T>
class ADvar;
39 template <
typename T>
class ADvari;
87 static const bool value =
false;
93 static const bool value =
false;
98 struct Value< Rad2::ADvar<T> > {
105 template <
typename T>
111 template <
typename T>
117 template <
typename T>
126 template <
typename T>
129 return std::string(
"Sacado::Rad2::ADvar< ") +
#define SACADO_RAD_PROMOTE_SPEC(NS)
Base template specification for IsADType.
Base template specification for IsScalarType.
static void eval(Rad2::ADvar< T > &x)
static void eval(Rad2::ADvari< T > &x)
Base template specification for marking constants.
ScalarType< T >::type type
ScalarType< T >::type type
Base template specification for ScalarType.
static scalar_type eval(const Rad2::ADvar< T > &x)
ValueType< Rad2::ADvar< T > >::type value_type
ScalarType< Rad2::ADvar< T > >::type scalar_type
Base template specification for ScalarValue.
static SACADO_INLINE_FUNCTION const T & eval(const T &x)
static std::string eval()
Base template specification for string names of types.
static std::string eval()
Base template specification for ValueType.
static value_type eval(const Rad2::ADvar< T > &x)
ValueType< Rad2::ADvar< T > >::type value_type
Base template specification for Value.