3#ifndef AWKWARDPY_UTIL_H_
4#define AWKWARDPY_UTIL_H_
6#include <pybind11/pybind11.h>
7#include <pybind11/numpy.h>
void operator()(T const *)
Called by std::shared_ptr when its reference count reaches zero.
Definition util.h:34
pyobject_deleter(PyObject *pyobj)
Creates a pyobject_deleter and calls Py_INCREF(ptr).
Definition util.h:29