GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::terminate_handler(3) C++ Standard Libary std::terminate_handler(3)

std::terminate_handler - std::terminate_handler


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.


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.


terminate function called when exception handling fails
(function)
set_terminate changes the function to be called by std::terminate
(function)
get_terminate obtains the current terminate_handler
(C++11) (function)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.