◐ Shell
clean mode source ↗

std::unordered_multimap::clear — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

void clear();

(depuis C++11)

Supprime tous les éléments du conteneur. Les itérateurs past-the-end ne sont pas invalidées .

Original:

Removes all elements from the container. The past-the-end iterators are not invalidated.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

(Aucun)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

(Aucun)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exceptions

1-3)

Complexité

linéaire à la taille du récipient .

Original:

linear in the size of the container.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Voir aussi

efface des éléments
(fonction membre publique) [edit]