std::weak_ptr::swap
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> void swap( weak_ptr& r ); |
||
Exchanges die Inhalte
*this und rOriginal:
Exchanges the contents of
*this and rThe 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.
Parameter
| r | - | Smart-Pointer, um den Inhalt mit auszutauschen
Original: smart pointer to exchange the contents with The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
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.
