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

append_floating_point

MISSING


template <typename valueT>
void append_floating_point(const cl::sycl::stream & os, const valueT & value)
(1)
void append_floating_point(const cl::sycl::stream & os, const double & value)
(2)
void append_floating_point(const cl::sycl::stream & os, const float & value)
(3)
  1. 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.
  2. 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.
  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 float & value : A floating point value to be appended to the stream object.

syclreference.com — SYCL Reference Pages

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