Reference

header

<exception>

Standard exceptions
This header defines the base class for all exceptions thrown by the elements of the standard library: exception , along with several types and utilities to assist handling exceptions:

Types:

exception
Standard exception class (class)
bad_exception
Exception thrown by unexpected handler (class)
nested_exception
Nested exception class (class)
exception_ptr
Exception pointer (type)
terminate_handler
Type of terminate handler function (type)
unexpected_handler
Type of unexpected handler function (type)

Functions

terminate
Function handling termination on exception (function)
get_terminate
Get terminate handler function (function)
set_terminate
Set terminate handler function (function)
unexpected
Function handling unexpected exceptions (function)
get_unexpected
Get unexpected handler function (function)
set_unexpected
Set unexpected handler function (function)
uncaught_exception
Return exception status (function)
current_exception
Get smart pointer to current exception (function)
rethrow_exception
Rethrow exception (function)
make_exception_ptr
Make exception_ptr (function template)
throw_with_nested
Throw with nested (function)
rethrow_if_nested
Rethrow if nested (function)

AltStyle によって変換されたページ (->オリジナル) /