syclreference.com
  1. SYCL
  2. | API Reference
  3. | Streams
  4. | stream_vec<16, true, elementT, kDimensions>
  5. | operator()

operator()

Inline function call operator that streams part of the vec to a stream object. This function call operator streams the s8, s9, sA, sB, sC, sD, sE and sF element of the vec object.


const cl::sycl::stream & operator()(const cl::sycl::stream & os, const vec<elementT, kDimensions> & rhs)
(1)
  1. Inline function call operator that streams part of the vec to a stream object. This function call operator streams the s8, s9, sA, sB, sC, sD, sE and sF element of the vec object.
    Parameters:
    • const cl::sycl::stream & os : A reference to the stream object.
    • const vec<elementT, kDimensions> & rhs : A reference to the vec object.
    Returns: A reference to the stream object.

syclreference.com — SYCL Reference Pages

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