Files
cppdraft_translate/cppdraft/get/terminate.md
2025-10-25 03:02:53 +03:00

642 B

[get.terminate]

17 Language support library [support]

17.9 Exception handling [support.exception]

17.9.5 Abnormal termination [exception.terminate]

17.9.5.3 get_terminate [get.terminate]

🔗

terminate_handler get_terminate() noexcept;

1

#

Returns: The current terminate_handler.

[Note 1:

This can be a null pointer value.

— end note]