std::new_handler - cppreference.com
Da cppreference.com.
|
|
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. |
<metanoindex/>
<tbody> </tbody>
| Elemento definito nell'header <new> |
||
|
|
||
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
Vedi anche
allocazione funzioni Original: allocation functions The text has been machine-translated via Google Translate. (funzione) [modifica] | |
registra un nuovo gestore Original: registers a new handler The text has been machine-translated via Google Translate. (funzione) [modifica] | |
(C++11) |
ottiene il gestore nuova corrente Original: obtains the current new handler The text has been machine-translated via Google Translate. (funzione) [modifica] |