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

operator=

MISSING


cl::sycl::queue & operator=(cl::sycl::queue && rhs)
(1)
cl::sycl::queue & operator=(const cl::sycl::queue & rhs)
(2)
  1. Completely moves the contents of a queue to that of another queue.
    Parameters:
    • cl::sycl::queue && rhs
  2. Completely assigns the contents of the queue to that of another queue.
    Parameters:
    • const cl::sycl::queue & rhs

syclreference.com — SYCL Reference Pages

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