operator=
MISSING
|
(1) |
|
(2) |
-
Completely moves the contents of the context to that of another.
Parameters:-
cl::sycl::context &&
rhs
-
-
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
-