Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/container/vector/navbar content"

From cppreference.com
m (split in two columns)
m (+Links.)
Line 11: Line 11:
 
{{nv mem ln|cpp/container/vector/get_allocator}}
 
{{nv mem ln|cpp/container/vector/get_allocator}}
 
{{nv col end}}
 
{{nv col end}}
{{nv h2|Element access}}
+
{{nv h2|{{ls|cpp/container/vector#Element access}}}}
 
{{nv col begin}}
 
{{nv col begin}}
 
{{nv mem ln|cpp/container/vector/at}}
 
{{nv mem ln|cpp/container/vector/at}}
Line 21: Line 21:
 
{{nv ph}}
 
{{nv ph}}
 
{{nv col end}}
 
{{nv col end}}
{{nv h2|Iterators}}
+
{{nv h2|{{ls|cpp/container/vector#Iterators}}}}
 
{{nv col begin}}
 
{{nv col begin}}
 
{{nv mem ln|cpp/container/vector/begin|begin|cbegin|notes=<br>{{mark c++11}}}}
 
{{nv mem ln|cpp/container/vector/begin|begin|cbegin|notes=<br>{{mark c++11}}}}
Line 29: Line 29:
 
{{nv mem ln|cpp/container/vector/rend|rend|crend|notes=<br>{{mark c++11}}}}
 
{{nv mem ln|cpp/container/vector/rend|rend|crend|notes=<br>{{mark c++11}}}}
 
{{nv col end}}
 
{{nv col end}}
{{nv h2|Capacity}}
+
{{nv h2|{{ls|cpp/container/vector#Capacity}}}}
 
{{nv col begin}}
 
{{nv col begin}}
 
{{nv mem ln|cpp/container/vector/empty}}
 
{{nv mem ln|cpp/container/vector/empty}}
Line 39: Line 39:
 
{{nv mem ln|cpp/container/vector/shrink_to_fit|notes={{mark tooltip|DR|not available in libstdc++ C++98 mode}}}}
 
{{nv mem ln|cpp/container/vector/shrink_to_fit|notes={{mark tooltip|DR|not available in libstdc++ C++98 mode}}}}
 
{{nv col end}}
 
{{nv col end}}
{{nv h2|Modifiers}}
+
{{nv h2|{{ls|cpp/container/vector#Modifiers}}}}
 
{{nv col begin}}
 
{{nv col begin}}
 
{{nv mem ln|cpp/container/vector/clear}}
 
{{nv mem ln|cpp/container/vector/clear}}

Revision as of 15:17, 5 May 2024

Member types
Member functions
Element access
Iterators
Capacity
Modifiers
Non-member functions
(until C++20)(until C++20)(until C++20)(until C++20)(until C++20)(C++20)
Deduction guides(C++17)