std::enable_shared_from_this::operator=
De cppreference.com
< cpp | memory | enable shared from this
![]() |
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. |
enable_shared_from_this<T>& operator=(const enable_shared_from_this<T> &obj) noexcept; |
||
Affecte
obj
à *this .Original:
Assigns
obj
to *this.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.
Sommaire |
[modifier] Paramètres
obj | - | un
enable_shared_from_this à attribuer à *this Original: an enable_shared_from_this to assign to *this The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifier] Retourne la valeur
*this
[modifier] Exceptions
[modifier] Exemple
This section is incomplete Reason: no example |
[modifier] Voir aussi
(C++11) |
pointeur intelligent avec sémantique de propriétaires partagés (classe générique) |