operator()
Inline function call operator that streams part of the vec to a stream object. This function call operator streams the w 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 w 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.
 
-