Difference between revisions of "Template:cpp/container/if assoc"
From cppreference.com
(Created page with "{{#switch: {{{1|}}} | set | multiset | map | multimap | unordered_set | unordered_multiset | unordered_map | unordered_multimap = {{{2|}}} | {{{3|}}} }}<noinclude> {{documentat...") |
m (+flat adaptors) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{#switch: {{{1|}}} | + | {{#switch:{{{1|}}} |
− | + | |set|multiset|map|multimap | |
− | + | |unordered_set|unordered_multiset|unordered_map|unordered_multimap | |
+ | |flat_set|flat_multiset|flat_map|flat_multimap | ||
+ | ={{{2|}}} | ||
+ | |{{{3|}}} | ||
}}<noinclude> | }}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 06:45, 25 January 2024
This is one of the group of the templates used to categorize containers.
The general form is:
{{cpp/container/TERM|container|if-true|if-false (optional)}}
:
- results in if-true if container is one in given container/adaptor group.
- results in if-false (if present), otherwise.
TERM | Containers/adaptors in the group |
---|---|
if seq |
|
if assoc |
|
if ord |
|
if unord |
|
if uniq |
|
if eq |
|
if set |
|
if map |
|
if ad |
|
if flat |
|
if c++98 |
|
if c++11 |
|
[edit] Examples
{{cpp/container/if set|multiset|Yes|No}}
results in Yes.
{{cpp/container/if seq|multiset|Yes|No}}
results in No.
The above documentation is transcluded from Template:cpp/container/if assoc/doc. (edit | history) Please add categories and interwikis to the /doc subpage. Subpages of this template. |