mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 17:56:02 +00:00
Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples.
This commit is contained in:
committed by
Wenzel Jakob
parent
25ac21903a
commit
a95bde1ea5
@@ -3,3 +3,9 @@ True
|
||||
True
|
||||
True
|
||||
VectorInt[3, 2, 1, 0, 1, 2, 3]
|
||||
VectorInt[3, 2, 0, 0, 99, 2, 3]
|
||||
A constructor
|
||||
A destructor
|
||||
A constructor
|
||||
A destructor
|
||||
VectorA[A{1}, A{2}]
|
||||
Reference in New Issue
Block a user