std::nested_exception
Exception class with exception_ptr data member.
- Provided by: libstdc++-9-doc (Version: 9.5.0-1ubuntu1~22.04.1)
- Source: gcc-9
- Report a bug
Exception class with exception_ptr data member.
Inherited by std::_Nested_exception< _Except >.
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.
Generated automatically by Doxygen for libstdc++ from the source code.