STLdoc
STLdocumentation
|
Classes | |
class | exception_ptr |
An opaque pointer to an arbitrary exception. More... | |
Functions | |
bool | operator== (const exception_ptr &, const exception_ptr &) _GLIBCXX_USE_NOEXCEPT __attribute__((__pure__)) |
bool | operator!= (const exception_ptr &, const exception_ptr &) _GLIBCXX_USE_NOEXCEPT __attribute__((__pure__)) |
void | swap (exception_ptr &__lhs, exception_ptr &__rhs) |
bool std::__exception_ptr::operator!= | ( | const exception_ptr & | , |
const exception_ptr & | |||
) |
bool std::__exception_ptr::operator== | ( | const exception_ptr & | , |
const exception_ptr & | |||
) |