Difference between revisions of "Template:cpp/container/dsc const reference"
From cppreference.com
m (Text replace - "{{tdcl" to "{{dcl") |
m (Fix: +const_) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{#switch:{{{1|}}} | {{#switch:{{{1|}}} | ||
− | | | + | |stack |
− | | | + | |queue |
− | | | + | |priority_queue={{dsc|{{tt|const_reference}}|{{tt|Container::const_reference}}}} |
− | + | |flat_map | |
− | + | |flat_multimap={{dsc|{{tt|const_reference}}|{{c/core|std::pair<const key_type&, const mapped_type&>}}}} | |
− | + | |vector_bool={{dsc|{{tt|const_reference}}|{{c/core|bool}}}} | |
− | + | |{{dsc|{{tt|const_reference}}|{{c/core|const value_type&}}}} | |
− | + | ||
− | | | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | | | + | |
− | + | ||
− | + | ||
}} | }} |
Latest revision as of 13:43, 25 December 2023
|- class="t-dsc"
| const_reference
| const value_type&
|-