Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
Kokkos::ViewTraits< DataType, Arg1, Arg2, Arg3 > Class Template Reference

Traits class for accessing attributes of a View. More...

#include <Kokkos_View.hpp>

Inheritance diagram for Kokkos::ViewTraits< DataType, Arg1, Arg2, Arg3 >:
Inheritance graph
[legend]

Detailed Description

template<class DataType, class Arg1 = void, class Arg2 = void, class Arg3 = void>
class Kokkos::ViewTraits< DataType, Arg1, Arg2, Arg3 >

Traits class for accessing attributes of a View.

This is an implementation detail of View. It is only of interest to developers implementing a new specialization of View.

Template argument permutations:

Definition at line 135 of file Kokkos_View.hpp.


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