syclreference.com
  1. SYCL
  2. | API Reference
  3. | context
  4. | operator==

operator==

MISSING


bool operator==(const cl::sycl::context & lhs, const cl::sycl::context & rhs)
(1)
  1. Determines if lhs and rhs are equal
    Parameters:
    • const cl::sycl::context & lhs : Left-hand-side object in comparison
    • const cl::sycl::context & 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