std::bad_exception::operator= (3) Linux Manual Page
std::bad_exception::operator= – std::bad_exception::operator=
Synopsis
bad_exception &operator=(const bad_exception &other) noexcept;
Assigns the contents of other.
Parameters
other – another bad_exception object to assign
Return value
*this.
