Varianti

Template:cpp/container/mark since c++11

Da cppreference.com.
(Senza contenitore - C + 11 funzione)
Original:
(no container - C++11 feature)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
[edit] [{{purge}}] Template documentation
Questo è uno dei modelli utilizzati per contrassegnare poiché c + 11 s in funzione del contenitore.
Original:
This is one of the templates that are used to mark since c++11s according to the container.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/mark c++11|container}} - uscite (C++11) se il contenitore è non nuovo in C + +11. Questo è usato per omettere ridondante C + 11 marchio in contenitori C + 11 stesse caratteristiche.
Original:
{{cpp/container/mark c++11|container}} - outputs (C++11) if the container is not new in C++11. This is used to omit redundant C++11 mark in containers that are C++11 features themselves.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
{{cpp/container/mark since c++11|container}} - uscite (dal C++11) se il contenitore è nuovo in C + 11.
Original:
{{cpp/container/mark since c++11|container}} - outputs (dal C++11) if the container is new in C++11.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Esempio

  array: {{cpp/container/mark since c++11 | array}}<br>
  vector: {{cpp/container/mark since c++11 | vector}}
Di uscita
Original:
Output
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
array: (dal C++11)
Original:
array: (dal C++11)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
vettore:
Original:
vector:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.