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