mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
transparent std::array conversion (fixes #97)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user