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

append_char

Inline function that appends a char value to the a object.


void append_char(const cl::sycl::stream & os, const char & value)
(1)
  1. Inline function that appends a char value to the a object.
    Parameters:
    • const cl::sycl::stream & os : The stream object to be appended to.
    • const char & value : A char value to be appended to the stream object.

syclreference.com — SYCL Reference Pages

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