std_nested_exception.3cxx

Langue: en

Version: 349677 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

std::nested_exception -

Exception class with exception_ptr data member.

SYNOPSIS


Inherited by std::_Nested_exception< _Except >.

Public Member Functions


nested_exception (const nested_exception &)

exception_ptr nested_ptr () const

nested_exception & operator= (const nested_exception &)

void rethrow_nested () const __attribute__((__noreturn__))

Detailed Description

Exception class with exception_ptr data member.

Definition at line 55 of file nested_exception.h.

Author

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