RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Types | Public Member Functions | List of all members
RAJA::IndexLayout< n_dims, IdxLin, IndexTypes > Struct Template Reference

#include <IndexLayout.hpp>

Inheritance diagram for RAJA::IndexLayout< n_dims, IdxLin, IndexTypes >:

Public Types

using Base = internal::IndexLayout_impl< camp::make_idx_seq_t< n_dims >, IdxLin, IndexTypes... >
 

Public Member Functions

constexpr RAJA_INLINE RAJA_HOST_DEVICE IndexLayout (const internal::IndexLayout_impl< camp::make_idx_seq_t< n_dims >, IdxLin, IndexTypes... > &rhs)
 

Member Typedef Documentation

◆ Base

template<size_t n_dims = 1, typename IdxLin = Index_type, typename... IndexTypes>
using RAJA::IndexLayout< n_dims, IdxLin, IndexTypes >::Base = internal:: IndexLayout_impl<camp::make_idx_seq_t<n_dims>, IdxLin, IndexTypes...>

Constructor & Destructor Documentation

◆ IndexLayout()

template<size_t n_dims = 1, typename IdxLin = Index_type, typename... IndexTypes>
constexpr RAJA_INLINE RAJA_HOST_DEVICE RAJA::IndexLayout< n_dims, IdxLin, IndexTypes >::IndexLayout ( const internal::IndexLayout_impl< camp::make_idx_seq_t< n_dims >, IdxLin, IndexTypes... > &  rhs)
inlineconstexpr

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