libstdc++
std::nested_exception Class Reference

Inherited by std::_Nested_exception< _Except >.

List of all members.

Public Member Functions

 nested_exception (const nested_exception &) noexcept
exception_ptr nested_ptr () const noexcept
nested_exceptionoperator= (const nested_exception &) noexcept
void rethrow_nested () const

Detailed Description

Exception class with exception_ptr data member.

Definition at line 55 of file nested_exception.h.


The documentation for this class was generated from the following file: