STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
std::__exception_ptr Namespace Reference

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)
 

Function Documentation

bool std::__exception_ptr::operator!= ( const exception_ptr &  ,
const exception_ptr &   
)
bool std::__exception_ptr::operator== ( const exception_ptr &  ,
const exception_ptr &   
)
void std::__exception_ptr::swap ( exception_ptr &  __lhs,
exception_ptr &  __rhs 
)
inline
161  { __lhs.swap(__rhs); }