std::new_handler
Aus 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/>
<tbody> </tbody>| definiert in Header <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
Siehe auch
| Speicheranforderungsfunktion (Funktion) | |
| registriert einen neuen Funktionszeiger auf die Allokationsfunktion (Funktion) | |
(C++11) |
gibt den aktuellen Funktionszeiger auf die Allokationsfunktion zurück (Funktion) |