std::enable_shared_from_this::operator=
Aus cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody> enable_shared_from_this<T>& operator=(const enable_shared_from_this<T> &obj) noexcept; |
||
Weist
obj um *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.
Parameter
| obj | - | ein
enable_shared_from_this zu *this zuordnen 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. |
Rückgabewert
*this
Ausnahmen
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
(C++11) |
intelligenter Zeiger, der geteilten Objektbesitz abbildet (Klassen-Template) |