Provided by: libstdc++-10-doc_10.5.0-1ubuntu1_all
NAME
std::nested_exception - Exception class with exception_ptr data member.
SYNOPSIS
#include <nested_exception.h> Public Member Functions 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
Detailed Description
Exception class with exception_ptr data member.
Author
Generated automatically by Doxygen for libstdc++ from the source code.