mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 06:49:25 +00:00
documentation improvements
This commit is contained in:
@@ -253,7 +253,9 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
|
||||
+----------------------------+--------------------------+-----------------------+
|
||||
| std::pair<T1, T2> | Pair of two custom types | pybind11/pybind11.h |
|
||||
+----------------------------+--------------------------+-----------------------+
|
||||
| std::tuple<....> | Arbitrary tuple of types | pybind11/pybind11.h |
|
||||
| std::tuple<...> | Arbitrary tuple of types | pybind11/pybind11.h |
|
||||
+----------------------------+--------------------------+-----------------------+
|
||||
| std::reference_wrapper<...>| Reference type wrapper | pybind11/pybind11.h |
|
||||
+----------------------------+--------------------------+-----------------------+
|
||||
| std::complex<T> | Complex numbers | pybind11/complex.h |
|
||||
+----------------------------+--------------------------+-----------------------+
|
||||
|
||||
Reference in New Issue
Block a user