std::bad_exception::operator=

From cppreference.com
< cpplrm; | errorlrm; | bad exception
std::bad_exception
Member functions
bad_exception::operator=
bad_exception& operator=( const bad_exception& other ) noexcept;

Assigns the contents of other.

Parameters

other - another bad_exception object to assign

Return value

*this.