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