bad_exception& operator=( const bad_exception& other ) noexcept; |
Assigns the contents of other
.
other | - | another bad_exception object to assign |
*this
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/error/bad_exception/operator=