append_hexidecimal
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
-
Template function that appends a hexadecimal value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const valueT &value: A hexadecimal value to be appended to the stream object.
-
-
Template function that appends a hexadecimal value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const int &value: A hexadecimal value to be appended to the stream object.
-
-
Template function that appends a hexadecimal value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const long &value: A hexadecimal value to be appended to the stream object.
-
-
Template function that appends a hexadecimal value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const unsigned long &value: A hexadecimal value to be appended to the stream object.
-