syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | hash
  5. | operator()

operator()

enables calling an std::hash object as a function with the object to be hashed as a parameter


std::size_t operator()(const cl::sycl::stream & object) const
(1)
  1. enables calling an std::hash object as a function with the object to be hashed as a parameter
    Parameters:
    • const cl::sycl::stream & object : the object to be hashed

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000