Template:cpp/container/if ord
Da cppreference.com.
Questo è uno del gruppo dei modelli utilizzati per categorizzare contenitori.
Original:
This is one of the group of the templates used to categorize containers.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if seq| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
array
, vector
, deque
, list
, forward_list
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if seq| container| if_true| it_false}} - results in if_true if container is one of
array
, vector
, deque
, list
, forward_list
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if assoc| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
set
, multiset
, map
, multimap
, unordered_set
, unordered_multiset
, unordered_map
e unordered_multimap
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if assoc| container| if_true| it_false}} - results in if_true if container is one of
set
, multiset
, map
, multimap
, unordered_set
, unordered_multiset
, unordered_map
and unordered_multimap
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if ord| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
set
, multiset
, map
e multimap
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if ord| container| if_true| it_false}} - results in if_true if container is one of
set
, multiset
, map
and multimap
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if unord| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
unordered_set
, unordered_multiset
, unordered_map
e unordered_multimap
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if unord| container| if_true| it_false}} - results in if_true if container is one of
unordered_set
, unordered_multiset
, unordered_map
and unordered_multimap
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if uniq| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
set
, map
, unordered_set
e unordered_map
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if uniq| container| if_true| it_false}} - results in if_true if container is one of
set
, map
, unordered_set
and unordered_map
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if eq| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
multiset
, multimap
, unordered_multiset
e unordered_multimap
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if eq| container| if_true| it_false}} - results in if_true if container is one of
multiset
, multimap
, unordered_multiset
and unordered_multimap
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if set| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
set
, multiset
, unordered_set
e unordered_multiset
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if set| container| if_true| it_false}} - results in if_true if container is one of
set
, multiset
, unordered_set
and unordered_multiset
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if map| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
map
, multimap
, unordered_map
e unordered_multimap
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if map| container| if_true| it_false}} - results in if_true if container is one of
map
, multimap
, unordered_map
and unordered_multimap
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/if ad| container| if_true| it_false}} - risultati in if_true''' se il contenitore è uno dei
stack
, queue
e priority_queue
. If_false viene restituito in caso contrario, se presente.Original:
{{cpp/container/if ad| container| if_true| it_false}} - results in if_true if container is one of
stack
, queue
and priority_queue
. if_false is returned otherwise, if present.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
The above documentation is transcluded from Template:cpp/container/if assoc/doc. (edit | history) Subpages of this template. |