The PImpl implementation struct encapsulating a single SYCL queue.  
 More...
#include <queue_impl.hpp>
 | 
| template<typename... Args>  | 
|   | queue_impl (Args... args) | 
|   | Construct a SYCL queue by forwarding all parameters in args.  More...
  | 
|   | 
The PImpl implementation struct encapsulating a single SYCL queue. 
 
◆ queue_impl()
template<typename... Args> 
  
  
      
        
          | plssvm::hipsycl::detail::queue::queue_impl::queue_impl  | 
          ( | 
          Args...  | 
          args | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
Construct a SYCL queue by forwarding all parameters in args. 
- Template Parameters
 - 
  
    | Args | the type of the parameters  | 
  
   
- Parameters
 - 
  
    | [in] | args | the parameters to construct a SYCL queue  | 
  
   
 
 
The documentation for this struct was generated from the following file: