std::enable_shared_from_this::~enable_shared_from_this
Da cppreference.com.
< cpp | memory | enable shared from this
![]() | Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
~enable_shared_from_this(); | ||
Distrugge *this.
Original:
Destroys *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.
[modifica]Vedi anche
(C++11) | smart pointer with shared object ownership semantics (classe template) |