Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Static Public Attributes | List of all members
Kokkos::is_view_mp_vector< View< T, P... > > Struct Template Reference

#include <KokkosExp_View_MP_Vector_Contiguous.hpp>

Public Types

typedef View< T, P... > view_type
 

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T, typename ... P>
struct Kokkos::is_view_mp_vector< View< T, P... > >

Definition at line 83 of file KokkosExp_View_MP_Vector_Contiguous.hpp.

Member Typedef Documentation

◆ view_type

template<typename T , typename ... P>
typedef View<T,P...> Kokkos::is_view_mp_vector< View< T, P... > >::view_type

Definition at line 84 of file KokkosExp_View_MP_Vector_Contiguous.hpp.

Member Data Documentation

◆ value

template<typename T , typename ... P>
const bool Kokkos::is_view_mp_vector< View< T, P... > >::value
static
Initial value:
=
std::is_same< typename view_type::specialize,
Experimental::Impl::ViewMPVectorContiguous >::value

Definition at line 85 of file KokkosExp_View_MP_Vector_Contiguous.hpp.


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