Namespaces
Variants
Actions

std::terminate_handler

From cppreference.com
< cpp‎ | error
 
 
 
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