DPC++ Runtime
Runtime libraries for oneAPI DPC++
std::hash< sycl::local_accessor< DataT, Dimensions > > Struct Template Reference

#include <sycl/accessor.hpp>

Public Types

using AccType = sycl::local_accessor< DataT, Dimensions >
 

Public Member Functions

size_t operator() (const AccType &A) const
 

Detailed Description

template<typename DataT, int Dimensions>
struct std::hash< sycl::local_accessor< DataT, Dimensions > >

Definition at line 4266 of file accessor.hpp.

Member Typedef Documentation

◆ AccType

template<typename DataT , int Dimensions>
using std::hash< sycl::local_accessor< DataT, Dimensions > >::AccType = sycl::local_accessor<DataT, Dimensions>

Definition at line 4267 of file accessor.hpp.

Member Function Documentation

◆ operator()()

template<typename DataT , int Dimensions>
size_t std::hash< sycl::local_accessor< DataT, Dimensions > >::operator() ( const AccType A) const
inline

Definition at line 4269 of file accessor.hpp.

References sycl::_V1::detail::getSyclObjImpl().


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