#include <pybind11/cast.h>
#include <pybind11/detail/common.h>
#include <pybind11/detail/descr.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | PYBIND11_REINTERPRET_CAST_VOID_PTR_IF_NOT_PYPY(...) (reinterpret_cast<void *>(__VA_ARGS__)) |
#define PYBIND11_REINTERPRET_CAST_VOID_PTR_IF_NOT_PYPY | ( | ... | ) | (reinterpret_cast<void *>(__VA_ARGS__)) |
Definition at line 39 of file filesystem.h.