DOKK / manpages / debian 12 / libstdc++-11-doc / std::nested_exception.3cxx.en
std::nested_exception(3cxx) std::nested_exception(3cxx)

std::nested_exception - Exception class with exception_ptr data member.

#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.

Definition at line 57 of file nested_exception.h.

exception_ptr std::nested_exception::nested_ptr () const [inline], [noexcept]

Definition at line 75 of file nested_exception.h.

Definition at line 67 of file nested_exception.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++