We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ad33b commit b70894dCopy full SHA for b70894d
docs/advanced/cast/stl.rst
@@ -5,7 +5,7 @@ Automatic conversion
5
====================
6
7
When including the additional header file :file:`pybind11/stl.h`, conversions
8
-between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``,
+between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``/``std::valarray<>``,
9
``std::set<>``/``std::unordered_set<>``, and
10
``std::map<>``/``std::unordered_map<>`` and the Python ``list``, ``set`` and
11
``dict`` data structures are automatically enabled. The types ``std::pair<>``
0 commit comments