Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
b70894df
"example/example-callbacks.cpp" did not exist on "281aa0e668fe7c1b6185ccd981d9ab949035bbaa"
Unverified
Commit
b70894df
authored
Oct 04, 2020
by
Yannick Jadoul
Committed by
GitHub
Oct 04, 2020
Browse files
docs: add std::valarray to docs/advanced/cast/stl.rst (#2547)
parent
e8ad33bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/advanced/cast/stl.rst
docs/advanced/cast/stl.rst
+1
-1
No files found.
docs/advanced/cast/stl.rst
View file @
b70894df
...
@@ -5,7 +5,7 @@ Automatic conversion
...
@@ -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<>``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment