Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | List of all members
Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device > Struct Template Reference

#include <Kokkos_View_MP_Vector_Utils.hpp>

Public Types

typedef OldStorageType::template apply< typename OldStorageType::ordinal_type, typename OldStorageType::value_type, Device > NewStorageApply
 
typedef NewStorageApply::type NewStorageType
 
typedef Sacado::MP::Vector< OldStorageType >::template apply< NewStorageTypeNewVectorApply
 
typedef const NewVectorApply::type type
 

Detailed Description

template<class OldStorageType, class Device>
struct Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device >

Definition at line 86 of file Kokkos_View_MP_Vector_Utils.hpp.

Member Typedef Documentation

◆ NewStorageApply

template<class OldStorageType , class Device >
typedef OldStorageType::template apply< typename OldStorageType::ordinal_type , typename OldStorageType::value_type , Device > Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device >::NewStorageApply

Definition at line 93 of file Kokkos_View_MP_Vector_Utils.hpp.

◆ NewStorageType

template<class OldStorageType , class Device >
typedef NewStorageApply::type Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device >::NewStorageType

Definition at line 95 of file Kokkos_View_MP_Vector_Utils.hpp.

◆ NewVectorApply

template<class OldStorageType , class Device >
typedef Sacado::MP::Vector< OldStorageType >::template apply< NewStorageType > Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device >::NewVectorApply

Definition at line 96 of file Kokkos_View_MP_Vector_Utils.hpp.

◆ type

template<class OldStorageType , class Device >
typedef const NewVectorApply::type Kokkos::Impl::RebindStokhosStorageDevice< const Sacado::MP::Vector< OldStorageType >, Device >::type

Definition at line 98 of file Kokkos_View_MP_Vector_Utils.hpp.


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