Difference between revisions of "Template:cpp/container/vector/navbar content"
From cppreference.com
m (guides) |
(P1614R2) |
||
Line 34: | Line 34: | ||
{{nv mem ln | cpp/container/vector/resize}} | {{nv mem ln | cpp/container/vector/resize}} | ||
{{nv mem ln | cpp/container/vector/swap}} | {{nv mem ln | cpp/container/vector/swap}} | ||
+ | |||
+ | {{nv h1 | Non-member functions}} | ||
+ | {{nv ln | cpp/container/vector/swap2 | std::swap}} | ||
+ | {{nv ln | cpp/container/vector/erase2 | erase | erase_if | notes={{mark c++20}}<br>{{mark c++20}}}} | ||
+ | {{nv ln | cpp/container/vector/operator cmp|operator{{==}}|operator!{{=}}|operator<|operator>|operator<{{=}}|operator>{{=}}|operator<{{=}}>|notes=<br>{{mark until c++20}}<br>{{mark until c++20}}<br>{{mark until c++20}}<br>{{mark until c++20}}<br>{{mark until c++20}}<br>{{mark c++20}}}} | ||
+ | |||
{{nv h1 | [[cpp/container/vector/deduction_guides|Deduction guides]]{{mark c++17}}}} | {{nv h1 | [[cpp/container/vector/deduction_guides|Deduction guides]]{{mark c++17}}}} | ||
{{nv end}} | {{nv end}} |
Revision as of 19:01, 24 February 2020
Member functions | ||||
Element access | ||||
(C++11) | ||||
Iterators | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Capacity | ||||
(C++11) | ||||
Modifiers | ||||
(C++11) | ||||
(C++11) | ||||
Non-member functions | ||||
(C++20)(C++20) | ||||
(until C++20)(until C++20)(until C++20)(until C++20)(until C++20)(C++20) | ||||
Deduction guides(C++17) |