|
|
typedef std::conditional< is_simd &&is_fad, NestedSimd, typenamestd::conditional< is_simd, Simd, typenamestd::conditional< is_fad, Nested, Scalar >::type >::type >::type | type |
◆ is_fad
template<typename T1, typename T2>
Initial value:=
Base template specification for whether a type is a Fad type.
Definition Sacado_Traits.hpp:420
◆ is_simd
template<typename T1, typename T2>
Initial value:=
IsSimdType<T1>::value || IsSimdType<T2>::value
The documentation for this struct was generated from the following file: