operator()
Inline function call operator that streams part of the vec to a stream object. This function call operator does nothing.
(1) |
-
Inline function call operator that streams part of the vec to a stream object. This function call operator does nothing.
Parameters:-
const cl::sycl::stream &
os
: A reference to the stream object. -
const vec<elementT, kDimensions> &
rhs
: A reference to the vec object.
-