Sacado Development
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
Sacado::Fad::Exp::PowerImpl::Selector< T1, T2 > Struct Template Reference

Public Types

typedef std::conditional< is_simd &&is_fad, NestedSimd, typenamestd::conditional< is_simd, Simd, typenamestd::conditional< is_fad, Nested, Scalar >::type >::type >::type type
 

Static Public Attributes

static constexpr bool is_simd
 
static constexpr bool is_fad
 

Member Data Documentation

◆ is_fad

template<typename T1 , typename T2 >
constexpr bool Sacado::Fad::Exp::PowerImpl::Selector< T1, T2 >::is_fad
staticconstexpr
Initial value:
=
IsFad< typename Sacado::ValueType<T1>::type >::value ||
IsFad< typename Sacado::ValueType<T2>::type >::value

◆ is_simd

template<typename T1 , typename T2 >
constexpr bool Sacado::Fad::Exp::PowerImpl::Selector< T1, T2 >::is_simd
staticconstexpr
Initial value:
=
IsSimdType<T1>::value || IsSimdType<T2>::value

The documentation for this struct was generated from the following file: