DLPackDeleter ============= .. cpp:class:: numpy::DLPackDeleter numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use DLPackDeleter DLPackDeleter obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``DLPackDeleter(DLManagedTensor \*mt)`` - NP_DLPACK.H:261 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``void operator()(void \*)`` - void - NP_DLPACK.H:263 -