stream
MISSING
          
 | 
        (1) | 
          
 | 
        (2) | 
          
 | 
        (3) | 
- 
      
        (default)
      
      Move constructor
      
        
Parameters:- 
              
cl::sycl::stream &&unnamed 
 - 
              
 - 
      
        (default)
      
      Copy constructor
      
        
Parameters:- 
              
const cl::sycl::stream &unnamed 
 - 
              
 - 
      
      Constructor that takes a buffer size, a max statement size and a handler reference and constructs a stream of the buffer size, associated with the provided handler
      
        
Parameters:- 
              
size_tbufferSize: The size of the stream's buffer. - 
              
size_tmaxStatementSize: The maximum size of a single statement in the stream's - 
              
cl::sycl::handler &cgh: A reference to the handler that the stream is to be associated 
 -