operator()
Inline function call operator that streams part of the vec to a stream object. This function call operator streams the s0, s1, s2, s3, s4, s5, s6 and s7 element of the vec object.
(1) |
-
Inline function call operator that streams part of the vec to a stream object. This function call operator streams the s0, s1, s2, s3, s4, s5, s6 and s7 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.
-