syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | stream
  5. | operator==

operator==

Determines if lhs and rhs are equal


bool operator==(const cl::sycl::stream & lhs, const cl::sycl::stream & rhs)
(1)
  1. Determines if lhs and rhs are equal
    Parameters:
    • const cl::sycl::stream & lhs : Left-hand-side object in comparison
    • const cl::sycl::stream & rhs : Right-hand-side object in comparison
    Returns: True if same underlying object

syclreference.com — SYCL Reference Pages

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