std::bad_exception::operator= (3) - Linux Manuals

std::bad_exception::operator=: std::bad_exception::operator=

NAME

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.