std::weak_ptr::~weak_ptr
Da 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. |
C++
Biblioteca de utilitários
Digite apoio (basic types, RTTI, type traits) | |||||
Gerenciamento de memória dinâmica | |||||
De tratamento de erros | |||||
Utilidades do programa | |||||
Variadic funções | |||||
Data e hora | |||||
Objetos de função | |||||
(C++11) | |||||
(C++11) | |||||
Os operadores relacionais Original: Relational operators The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
Pares e tuplas Original: Pairs and tuples The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
(C++11) | |||||
(C++11) | |||||
(C++11) | |||||
Troque, avançar e avançar Original: Swap, forward and move The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
(C++11) | |||||
(C++11) | |||||
(C++11) | |||||
(C++11) |
Gerenciamento de memória dinâmica
Gerenciamento de memória de baixo nível | ||||
Alocadores Original: Allocators The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Uninitialized armazenamento 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. | ||||
(C++11) | ||||
Ponteiros inteligentes 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. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(obsoleta) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Apoio a coleta de lixo 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. | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
Diversos 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++11) | ||||
(C++11) | ||||
(C++11) | ||||
C Library 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::weak_ptr
Funções de membro 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. | |||||
| |||||
| |||||
| |||||
Modificadores Original: Modifiers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
Observadores Original: Observers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
| |||||
Não-membros funções 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. | |||||
~weak_ptr(); | (desde C++11) | |
Destroys the weak_ptr
object. Results in no effect to the managed object.