std::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.

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/error/bad_exception/operator=