egral
MISSING
|
(1) |
|
(2) |
|
(3) |
-
Template function that appends a integral value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const int &value: A integral value to be appended to the stream object. -
booluseManipulators: Whether to apply stream manipulators when streaming
-
-
Template function that appends a integral value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const unsigned long &value: A integral value to be appended to the stream object. -
booluseManipulators: Whether to apply stream manipulators when streaming
-
-
Template function that appends a integral value to a stream object.
Parameters:-
const cl::sycl::stream &os: The stream object to be appended to. -
const valueT &value: A integral value to be appended to the stream object. -
booluseManipulators: Whether to apply stream manipulators when streaming
-