16
Language support library
[language.support]
16.9
Exception handling
[support.exception]
16.9.4
Abnormal termination
[exception.terminate]
16.9.4.3
get_terminate
[get.terminate]
🔗
terminate_handler get_terminate() noexcept;
1
#
Returns:
The current
terminate_handler
.
[
 
Note
:
This may be a null pointer value
.
—
 
end note
 
]