◐ Shell
clean mode source ↗

std::shared_ptr::get – cppreference.com

Aus cppreference.com

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>

Gibt einen Zeiger auf das verwaltete Objekt zurück.

Parameter

(keine)

Rückgabewert

Ein Zeiger auf das verwaltete Objekt.

Beispiel

Siehe auch