syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | egral

egral

MISSING


int append_integral(const cl::sycl::stream & os, const int & value, bool useManipulators)
(1)
int append_integral(const cl::sycl::stream & os, const unsigned long & value, bool useManipulators)
(2)
template <typename valueT>
int append_integral(const cl::sycl::stream & os, const valueT & value, bool useManipulators)
(3)
  1. 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.
    • bool useManipulators : Whether to apply stream manipulators when streaming
  2. 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.
    • bool useManipulators : Whether to apply stream manipulators when streaming
  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 valueT & value : A integral value to be appended to the stream object.
    • bool useManipulators : Whether to apply stream manipulators when streaming

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000