Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
Kokkos::ViewFactory< ViewPack > Struct Template Reference

#include <Kokkos_ViewFactory.hpp>

Public Types

typedef Impl::ViewFactoryType
< ViewPack...>::type 
value_type
 

Static Public Member Functions

template<class ResultView , class CtorProp , class... Dims>
static ResultView create_view (const ViewPack &...views, const CtorProp &prop, const Dims...dims)
 

Detailed Description

template<class... ViewPack>
struct Kokkos::ViewFactory< ViewPack >

Definition at line 72 of file Kokkos_ViewFactory.hpp.

Member Typedef Documentation

template<class... ViewPack>
typedef Impl::ViewFactoryType<ViewPack...>::type Kokkos::ViewFactory< ViewPack >::value_type

Definition at line 74 of file Kokkos_ViewFactory.hpp.

Member Function Documentation

template<class... ViewPack>
template<class ResultView , class CtorProp , class... Dims>
static ResultView Kokkos::ViewFactory< ViewPack >::create_view ( const ViewPack &...  views,
const CtorProp &  prop,
const Dims...  dims 
)
inlinestatic

Definition at line 78 of file Kokkos_ViewFactory.hpp.


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