#include <nested_exception.h>
|
|
| nested_exception (const nested_exception &) noexcept=default |
| exception_ptr | nested_ptr () const noexcept |
|
nested_exception & | operator= (const nested_exception &) noexcept=default |
| void | rethrow_nested () const |
Exception class with exception_ptr data member.
Definition at line 52 of file nested_exception.h.
◆ nested_exception()
| std::nested_exception::nested_exception |
( |
| ) |
|
|
inlinenoexcept |
◆ nested_ptr()
◆ rethrow_nested()
| void std::nested_exception::rethrow_nested |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: