A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object. 更多...
#include <PythonUtil.h>
Public 成员函数 | |
template<typename T > | |
void | operator() (T *ptr) const |
A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object.
在文件 PythonUtil.h 第 83 行定义.
|
inline |