mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
docs: add std::valarray to docs/advanced/cast/stl.rst (#2547)
This commit is contained in:
parent
e8ad33bb30
commit
b70894df52
@ -5,7 +5,7 @@ Automatic conversion
|
|||||||
====================
|
====================
|
||||||
|
|
||||||
When including the additional header file :file:`pybind11/stl.h`, conversions
|
When including the additional header file :file:`pybind11/stl.h`, conversions
|
||||||
between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``,
|
between ``std::vector<>``/``std::deque<>``/``std::list<>``/``std::array<>``/``std::valarray<>``,
|
||||||
``std::set<>``/``std::unordered_set<>``, and
|
``std::set<>``/``std::unordered_set<>``, and
|
||||||
``std::map<>``/``std::unordered_map<>`` and the Python ``list``, ``set`` and
|
``std::map<>``/``std::unordered_map<>`` and the Python ``list``, ``set`` and
|
||||||
``dict`` data structures are automatically enabled. The types ``std::pair<>``
|
``dict`` data structures are automatically enabled. The types ``std::pair<>``
|
||||||
|
Loading…
Reference in New Issue
Block a user