core.stdcpp.exception

Interface to C++ <exception>

Members

Aliases

unexpected_handler
alias unexpected_handler = void function()

Classes

bad_exception
class bad_exception
exception
class exception
exception
class exception

Functions

get_terminate
terminate_handler get_terminate()
get_unexpected
unexpected_handler get_unexpected()
set_terminate
terminate_handler set_terminate(terminate_handler f)
set_unexpected
unexpected_handler set_unexpected(unexpected_handler f)
terminate
void terminate()
uncaught_exception
bool uncaught_exception()
uncaught_exception
bool uncaught_exception()
uncaught_exceptions
int uncaught_exceptions()
unexpected
void unexpected()

Meta

Suggestion Box / Bug Report