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

operator=

MISSING


cl::sycl::context & operator=(cl::sycl::context && rhs)
(1)
cl::sycl::context & operator=(const cl::sycl::context & rhs)
(2)
  1. Completely moves the contents of the context to that of another.
    Parameters:
    • cl::sycl::context && rhs
  2. Completely assigns the contents of the context to that of another and retains the cl_context object if the context is not in host mode.
    Parameters:
    • const cl::sycl::context & rhs

syclreference.com — SYCL Reference Pages

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