syclreference.com
  1. SYCL
  2. | API Reference
  3. | Ranges and index space identifiers
  4. | nd_range
  5. | operator!=

operator!=

Non-equality operator


bool operator!=(const nd_range<dimensions> & lhs, const nd_range<dimensions> & rhs)
(1)
  1. Non-equality operator
    Parameters:
    • const nd_range<dimensions> & lhs
    • const nd_range<dimensions> & rhs : Object to compare to
    Returns: True if at least one member variable not the same

syclreference.com — SYCL Reference Pages

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