Visualizações
std::new_handler
De 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/>
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. | ||||
Gerenciamento de memória de baixo nível
Funções Original: Functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
Classes Original: Classes The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(C++11) | ||||
Tipos Original: Types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Objetos Original: Objects The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
| Definido no cabeçalho <new>
|
||
typedef void (*new_handler)(); |
||
std::new_handler is the function pointer type (pointer to function that takes no arguments and returns void), which is used by the functions std::set_new_handler and std::get_new_handler
Veja também
funções de alocação Original: allocation functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) [edit] | |
registra um novo manipulador Original: registers a new handler The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) [edit] | |
(C++11) |
obtém o manipulador de corrente de novo Original: obtains the current new handler The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) [edit] |
