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

append_bool

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


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

syclreference.com — SYCL Reference Pages

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