Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::Fad::PowerImpl::Selector< T1, T2 > Struct Template Reference

#include <Sacado_Fad_Ops_Fwd.hpp>

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

Detailed Description

template<typename T1, typename T2>
struct Sacado::Fad::PowerImpl::Selector< T1, T2 >

Definition at line 104 of file Sacado_Fad_Ops_Fwd.hpp.

Member Typedef Documentation

◆ type

template<typename T1, typename T2>
typedef std::conditional<is_simd&&is_fad,NestedSimd,typenamestd::conditional<is_simd,Simd,typenamestd::conditional<is_fad,Nested,Scalar>::type>::type>::type Sacado::Fad::PowerImpl::Selector< T1, T2 >::type

Definition at line 121 of file Sacado_Fad_Ops_Fwd.hpp.

Member Data Documentation

◆ is_simd

template<typename T1, typename T2>
bool Sacado::Fad::PowerImpl::Selector< T1, T2 >::is_simd
staticconstexpr
Initial value:

Definition at line 105 of file Sacado_Fad_Ops_Fwd.hpp.

◆ is_fad

template<typename T1, typename T2>
bool Sacado::Fad::PowerImpl::Selector< T1, T2 >::is_fad
staticconstexpr
Initial value:
=
Base template specification for whether a type is a Fad type.

Definition at line 107 of file Sacado_Fad_Ops_Fwd.hpp.


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