RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Types | Public Member Functions | Public Attributes | List of all members
RAJA::internal::expt::TensorRegisterStoreRef< REF_TYPE > Struct Template Reference

#include <TensorRegisterBase.hpp>

Public Types

using self_type = TensorRegisterStoreRef< REF_TYPE >
 

Public Member Functions

template<typename RHS >
RAJA_SUPPRESS_HD_WARN RAJA_HOST_DEVICE RAJA_INLINE self_type operator= (RHS const &rhs)
 

Public Attributes

REF_TYPE m_ref
 

Member Typedef Documentation

◆ self_type

template<typename REF_TYPE >
using RAJA::internal::expt::TensorRegisterStoreRef< REF_TYPE >::self_type = TensorRegisterStoreRef<REF_TYPE>

Member Function Documentation

◆ operator=()

template<typename REF_TYPE >
template<typename RHS >
RAJA_SUPPRESS_HD_WARN RAJA_HOST_DEVICE RAJA_INLINE self_type RAJA::internal::expt::TensorRegisterStoreRef< REF_TYPE >::operator= ( RHS const &  rhs)
inline

Member Data Documentation

◆ m_ref

template<typename REF_TYPE >
REF_TYPE RAJA::internal::expt::TensorRegisterStoreRef< REF_TYPE >::m_ref

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