struct sycl_deletor_tΒΆ

struct sycl_deletor_t
{
    // fields

    ::sycl::context ctx_;

    // construction

    sycl_deletor_t();
    sycl_deletor_t(const ::sycl::context& ctx);

    // methods

    void operator () (void* ptr);
};