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

append_hexidecimal

MISSING


template <typename valueT>
void append_hexidecimal(const cl::sycl::stream & os, const valueT & value)
(1)
void append_hexidecimal(const cl::sycl::stream & os, const int & value)
(2)
void append_hexidecimal(const cl::sycl::stream & os, const long & value)
(3)
void append_hexidecimal(const cl::sycl::stream & os, const unsigned long & value)
(4)
  1. Template function that appends a hexadecimal value to a stream object.
    Parameters:
    • const cl::sycl::stream & os : The stream object to be appended to.
    • const valueT & value : A hexadecimal value to be appended to the stream object.
  2. Template function that appends a hexadecimal value to a stream object.
    Parameters:
    • const cl::sycl::stream & os : The stream object to be appended to.
    • const int & value : A hexadecimal value to be appended to the stream object.
  3. Template function that appends a hexadecimal value to a stream object.
    Parameters:
    • const cl::sycl::stream & os : The stream object to be appended to.
    • const long & value : A hexadecimal value to be appended to the stream object.
  4. Template function that appends a hexadecimal value to a stream object.
    Parameters:
    • const cl::sycl::stream & os : The stream object to be appended to.
    • const unsigned long & value : A hexadecimal value to be appended to the stream object.

syclreference.com — SYCL Reference Pages

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