Check whether *this
references the same stored exception as another instance.
bool operator==(exception_ptr const& other) const;
- Returns:
trueif both*thisandotherreference the same stored exception or neither*thisandotherhave a stored exception,falseotherwise.- Throws:
Nothing.
Header
#include <exception_ptr>