◐ Shell
clean mode source ↗

std::shared_ptr::~shared_ptr – cppreference.com

Aus cppreference.com

<metanoindex/>

Dynamische Speicherverwaltung

Low-Level-Speicherverwaltung

Zuweiser

Original:

Allocators

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Initialisierter Speicher

Original:

Uninitialized storage

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Intelligente Zeiger

Original:

Smart pointers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Garbage Collection Unterstützung

Original:

Garbage collection support

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Verschiedenes

Original:

Miscellaneous

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

C-Bibliothek

Original:

C Library

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

std::shared_ptr

Member-Funktionen

Original:

Member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Modifiers

Original:

Modifiers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Beobachter

Original:

Observers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Non-Member-Funktionen

Original:

Non-member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<tbody> </tbody>

If *this owns an object and it is the last shared_ptr owning it, the object is destroyed through the owned deleter. Otherwise does nothing.

Beispiel

Siehe auch