.. index:: pair: struct; sycl_deletor_t .. _doxid-structsycl__deletor__t: struct sycl_deletor_t ===================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct sycl_deletor_t { // fields ::sycl::context :target:`ctx_`; // construction :target:`sycl_deletor_t`(); :target:`sycl_deletor_t`(const ::sycl::context& ctx); // methods void :target:`operator ()` (void* ptr); };