append_char
Inline function that appends a char value to the a object.
(1) |
-
Inline function that appends a char value to the a object.
Parameters:-
const cl::sycl::stream &
os
: The stream object to be appended to. -
const char &
value
: A char value to be appended to the stream object.
-