std::swap(std::unordered_multimap)
Aus cppreference.com
< cpp | container | unordered multimap
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Vorlagenschleife entdeckt: Vorlage:include page
template< > void swap( unordered_multimap<> &lhs, |
(seit C++11) | |
Spezialisiert die std::swap Algorithmus für std::unordered_multimap. Tauscht die Inhalte
lhs
und rhs
. Anrufe lhs.swap(rhs) .Original:
Specializes the std::swap algorithm for std::unordered_multimap. Swaps the contents of
lhs
and rhs
. Calls lhs.swap(rhs).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.
Inhaltsverzeichnis |
[Bearbeiten] Parameter
lhs, rhs | - | Behälter, deren Inhalt zu tauschen
Original: containers whose contents to swap The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Rückgabewert
(None)
Original:
(none)
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.
[Bearbeiten] Komplexität
Constant.
[Bearbeiten] Siehe auch
tauscht die Inhalte Original: swaps the contents The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |