pybind11
pybind11 copied to clipboard
Seamless operability between C++11 and Python
I was tring to write a binding tool for multiple languages. See: [Svar, A Tiny Modern C++ Header Brings Unified Interface for Different Languages](https://github.com/zdzhaoyong/Svar). Now it supports binding C++11 to...
I want to expose the following class, specifically I am interested in the *voxelBlocks: ``` template class ITMLocalVBA { private: ORUtils::MemoryBlock *voxelBlocks; MemoryDeviceType memoryType; public: inline TVoxel *GetVoxelBlocks(void) { return...
I was able to build the library file with the ACADO header files but when I try to import the library it throws segmentation fault. When I checked what function...
## Issue description When an overloaded function has one version that takes a vector and another that takes a numpy array, the one that takes a vector can be called...
the error: "cannot convert value dtype('
I'm trying to build my C++ library in python. Everything work weel except for the source distributions. I can build wheels for windows an linux that work, but the result...
## Issue description It would be a nice feature to have a non-template casting function using type_info for non-virtual types. I gather pybind11 for static-types binds the type_info to the...
## Issue description I'm trying to make a holder type for versioned weak pointers (w/indexed pools), as many videogames do for the entitiy-component-system pattern. So the smart pointer is actually...
I apologise for the duplication of this question, I had already inquired about this on Gitter but with no success. I've recently been experimenting with pybind with the intent to...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...