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

append_string

Inline function that appends a string value to a stream object.


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

syclreference.com — SYCL Reference Pages

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