int uncaught_exceptions() noexcept;
Returns: The number of uncaught exceptions.
Remarks: When uncaught_Βexceptions() > 0, throwing an exception can result in a call of stdβ::βterminate().