transparent std::array conversion (fixes #97)

This commit is contained in:
Wenzel Jakob
2016-02-07 16:36:26 +01:00
parent c91551b33b
commit 10c74c6f34
6 changed files with 87 additions and 6 deletions

View File

@@ -251,6 +251,8 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
+------------------------+--------------------------+-----------------------+
| std::complex<T> | Complex numbers | pybind11/complex.h |
+------------------------+--------------------------+-----------------------+
| std::array<T, Size> | STL static array | pybind11/stl.h |
+------------------------+--------------------------+-----------------------+
| std::vector<T> | STL dynamic array | pybind11/stl.h |
+------------------------+--------------------------+-----------------------+
| std::map<T1, T2> | STL ordered map | pybind11/stl.h |