opaque type redesign

This commit is contained in:
Wenzel Jakob
2016-04-28 16:25:24 +02:00
parent f64feaf3e4
commit 06f56ee1e9
7 changed files with 73 additions and 53 deletions

View File

@@ -32,6 +32,8 @@ simpler binding code in many common situations.
Tutorial and reference documentation is provided at
[http://pybind11.readthedocs.org/en/latest](http://pybind11.readthedocs.org/en/latest).
A PDF version of the manual is available
[here](https://media.readthedocs.org/pdf/pybind11/latest/pybind11.pdf).
## Core features
pybind11 can map the following core C++ features to Python