Sacado Package Browser (Single Doxygen Collection)  Version of the Day
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 78 of file Kokkos_ViewFactory.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 80 of file Kokkos_ViewFactory.hpp.

Member Function Documentation

◆ create_view()

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 84 of file Kokkos_ViewFactory.hpp.


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