Namespaces
Variants
Actions

std::terminate_handler

From cppreference.com
< cpp‎ | error
 
C++
 
Diagnostics library
Defined in header <exception>
typedef void ( *terminate_handler )();

std::terminate_handler is the function pointer type (pointer to function that takes no arguments and returns void), which is installed and queried by the functions std::set_terminate and std::get_terminate and called by std::terminate.

A std::terminate_handler shall terminate execution of the program without returning to the caller, otherwise the behavior is undefined.

The C++ implementation provides a default std::terminate_handler function, which calls std::abort(). If the null pointer value is installed (by means of std::set_terminate), the implementation may restore the default handler instead.

[edit] Example

[edit] See also

function called when exception handling fails
(function) [edit]
changes the function to be called by std::terminate
(function) [edit]
obtains the current terminate_handler
(function) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant