append_floating_point
MISSING
|
(1) |
|
(2) |
|
(3) |
-
Template function that appends a floating point value to a stream object.
Parameters:-
const cl::sycl::stream &
os
: The stream object to be appended to. -
const valueT &
value
: A floating point value to be appended to the stream object.
-
-
Template function that appends a floating point value to a stream object.
Parameters:-
const cl::sycl::stream &
os
: The stream object to be appended to. -
const double &
value
: A floating point value to be appended to the stream object.
-
-
Template function that appends a floating point value to a stream object.
Parameters:-
const cl::sycl::stream &
os
: The stream object to be appended to. -
const float &
value
: A floating point value to be appended to the stream object.
-