operator=
MISSING
          
 | 
        (1) | 
          
 | 
        (2) | 
- 
      
      Completely moves the contents of a queue to that of another queue.
      
        
Parameters:- 
              
cl::sycl::queue &&rhs 
 - 
              
 - 
      
      Completely assigns the contents of the queue to that of another queue.
      
        
Parameters:- 
              
const cl::sycl::queue &rhs 
 -