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