RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Types | List of all members
RAJA::detail::StaticLayoutMaker< Perm, IdxLin, Sizes, Indexes, TypeList > Struct Template Reference

#include <StaticLayout.hpp>

Public Types

using strides = typename detail::StrideCalculator< IdxLin, Indexes, Perm, Sizes >::strides
 
using type = StaticLayoutBase_impl< IdxLin, Indexes, Sizes, strides, TypeList >
 

Member Typedef Documentation

◆ strides

template<typename Perm , typename IdxLin , typename Sizes , typename Indexes , typename TypeList >
using RAJA::detail::StaticLayoutMaker< Perm, IdxLin, Sizes, Indexes, TypeList >::strides = typename detail::StrideCalculator<IdxLin, Indexes, Perm, Sizes>::strides

◆ type

template<typename Perm , typename IdxLin , typename Sizes , typename Indexes , typename TypeList >
using RAJA::detail::StaticLayoutMaker< Perm, IdxLin, Sizes, Indexes, TypeList >::type = StaticLayoutBase_impl<IdxLin, Indexes, Sizes, strides, TypeList>

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