#include <pybind11/pybind11.h>#include <pybind11/stl.h>#include <exception>#include <functional>#include <sstream>#include <string>
Go to the source code of this file.
Classes | |
| struct | PyCallBack_std_exception |
Macros | |
| #define | BINDER_PYBIND11_TYPE_CASTER |
Functions | |
| void | bind_std_exception (std::function< pybind11::module &(std::string const &namespace_)> &M) |
| #define BINDER_PYBIND11_TYPE_CASTER |
Definition at line 10 of file exception.cpp.
| void bind_std_exception | ( | std::function< pybind11::module &(std::string const &namespace_)> & | M | ) |
Definition at line 46 of file exception.cpp.