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