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

#include <sycl/accessor.hpp>

Public Types

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

Public Member Functions

size_t operator() (const AccType &A) const
 

Detailed Description

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

Definition at line 4330 of file accessor.hpp.

Member Typedef Documentation

◆ AccType

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

Definition at line 4331 of file accessor.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 4333 of file accessor.hpp.

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


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