Kokkos Core Kernels Package  Version of the Day
Kokkos::Impl::ViewEnableArrayOper< ReturnType, Traits, Layout, Rank, iType0, iType1, iType2, iType3, iType4, iType5, iType6, iType7, Enable > Struct Template Reference

Enable view parentheses operator for match of layout and integral arguments. If correct rank define type from traits, otherwise define type as an error message. More...

#include <Kokkos_View.hpp>

Detailed Description

template<class ReturnType, class Traits, class Layout, unsigned Rank, typename iType0 = int, typename iType1 = int, typename iType2 = int, typename iType3 = int, typename iType4 = int, typename iType5 = int, typename iType6 = int, typename iType7 = int, class Enable = void>
struct Kokkos::Impl::ViewEnableArrayOper< ReturnType, Traits, Layout, Rank, iType0, iType1, iType2, iType3, iType4, iType5, iType6, iType7, Enable >

Enable view parentheses operator for match of layout and integral arguments. If correct rank define type from traits, otherwise define type as an error message.

Definition at line 331 of file Kokkos_View.hpp.


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