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

#include <IndexLayout.hpp>

Public Member Functions

IdxLin RAJA_INLINE constexpr RAJA_HOST_DEVICE operator() (const IdxLin idx) const
 

Detailed Description

template<typename IdxLin = Index_type>
struct RAJA::DirectIndex< IdxLin >

DirectIndex struct contains call operator that returns the same index that was input

Member Function Documentation

◆ operator()()

template<typename IdxLin = Index_type>
IdxLin RAJA_INLINE constexpr RAJA_HOST_DEVICE RAJA::DirectIndex< IdxLin >::operator() ( const IdxLin  idx) const
inlineconstexpr

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