Search code examples
Design advice: `unique_ptr` and pybind11...


c++smart-pointerspybind11

Read More
No module named 'pybind11' when using poetry...


pythonpython-poetrypybind11python-extensions

Read More
Best way to mark a pybind11-binding as deprecated...


pythonc++pybind11

Read More
Can I overload init from C++ side in pybind11?...


pythonc++pybind11constructor-overloading

Read More
PyQt custom widget in c++ using pybind11...


c++qtpyqtpyqt5pybind11

Read More
How to pass a list of numpy array with pybind...


pythonc++numpypybind11

Read More
Wrapping GLFWwindow with pybind11...


pythonc++pybind11

Read More
returning numpy arrays via pybind11...


pythonc++arraysnumpypybind11

Read More
undefined symbol: PyInstanceMethod_Type when trying to import pybind into a makefile c++ project...


c++makefilepybind11

Read More
Pybind11 keep_alive of std::string...


c++pybind11

Read More
How can legacy function returning PyObject * be integrated in a solution based on pybind11?...


pythonpybind11

Read More
Value-initialization in pybind11...


c++pybind11

Read More
Pybind11 - Bound class method returns new class instance, rather than editing in-place...


pythonc++memory-managementshared-ptrpybind11

Read More
How to support len() method for Python enums created by Pybind11...


c++enumspybind11

Read More
pybind11, cmake: how to install files?...


pythonc++cmakepybind11

Read More
How to specify a docstring for a c++ class in pybind11...


c++pybind11

Read More
How to configure spdlog logger used in a pybind11 module...


pythonc++loggingpybind11spdlog

Read More
How to bind c structure with an array of another structure as a member, using pybind11?...


c++cnumpypybind11

Read More
Error importing python module made by pybind11...


pythonc++cmakepybind11

Read More
pybind11 and eigen gives "error: use of deleted function ‘bool pybind11::detail::eigen_map_cast...


pythonc++eigenpybind11

Read More
Why pybind11 can not recognize PyObject* as a Python object and how to fix it?...


pythonc++pybind11

Read More
How to set just one default argument pybind11...


pythonc++pybind11

Read More
In gRPC Python, do keepalives need to acquire the GIL?...


pythongrpcpybind11grpc-pythongil

Read More
PyBind11 - compilation errors from several library files...


pythonc++compiler-errorspybind11

Read More
in pybind11, is it possible to determine whether a py::object is a py::dict?...


c++pybind11

Read More
How to export c++ class adopted template method pattern with virtual interface to python world by py...


pythonc++pybind11

Read More
How to wrap custom C++ types for use with pybind11 if they can be initialized with literals?...


pythonc++pybind11

Read More
PyBind - Overloaded functions...


swigboost-pythoncythonizepybind11

Read More
pybind11 cannot import templates...


pythonc++pybind11

Read More
Calling member function through a pointer from Python with pybind11...


segmentation-faultpybind11

Read More
BackNext