[[noreturn]] void terminate() noexcept;
Remarks: Called by the implementation when exception handling must be abandoned for any of several reasons ([except.terminate]). May also be called directly by the program.
Effects: Calls a terminate_Βhandler function. It is unspecified which terminate_Βhandler function will be called if an exception is active during a call to set_Βterminate. Otherwise calls the current terminate_Βhandler function. [βNote: A default terminate_Βhandler is always considered a callable handler in this context. βββend noteβ]