id
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
|
(6) |
|
(7) |
|
(8) |
|
(9) |
-
copy constructor from the templated operator interface class used internally to the public templated class.
Parameters:-
const detail::index_array_operators<2, cl::sycl::id> &indexArray
-
-
copy constructor from the non templated base class used internally to the public templated class.
Parameters:-
const item<2> &itemBase
-
-
Default constructor for id, initialized to { 0, 0, 0 }
-
(default)
Default copy constructor for id.
Parameters:-
const cl::sycl::id<2> &rhs
-
-
copy constructor from the non templated base class used internally to the public templated class.
Parameters:-
const detail::index_array &indexArray
-
-
meant for internal use (conversion for operators).
Parameters:-
const detail::index_array_operators<2, range> &r
-
-
Constructor taking in a item
Parameters:-
const detail::item_base &itemBase
-
-
conversion from range to id constructor.
Parameters:-
const range<2> &r
-
-
Create a two dimensional id from two size_t parameters.
Parameters:-
size_tx -
size_ty
-