Skip to content

Commit 6420514

Browse files
committed
added std::deque to overview.rst
[ci skip]
1 parent 17983e7 commit 6420514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/advanced/cast/overview.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ as arguments and return values, refer to the section on binding :ref:`classes`.
131131
+------------------------------------+---------------------------+-------------------------------+
132132
| ``std::vector<T>`` | STL dynamic array | :file:`pybind11/stl.h` |
133133
+------------------------------------+---------------------------+-------------------------------+
134+
| ``std::deque<T>`` | STL double-ended queue | :file:`pybind11/stl.h` |
135+
+------------------------------------+---------------------------+-------------------------------+
134136
| ``std::valarray<T>`` | STL value array | :file:`pybind11/stl.h` |
135137
+------------------------------------+---------------------------+-------------------------------+
136138
| ``std::list<T>`` | STL linked list | :file:`pybind11/stl.h` |

0 commit comments

Comments
 (0)