struct sycl_deletorΒΆ
struct sycl_deletor { // fields ::sycl::context ctx_; // construction sycl_deletor(); sycl_deletor(const ::sycl::context& ctx); // methods void operator () (void* ptr); };
struct sycl_deletor { // fields ::sycl::context ctx_; // construction sycl_deletor(); sycl_deletor(const ::sycl::context& ctx); // methods void operator () (void* ptr); };