std::bad_exception::operator=
cppreference.com
<tbody>
</tbody>
<tbody class="t-dcl-rev ">
</tbody><tbody>
</tbody>
bad_exception& operator=( const bad_exception& other ) throw(); |
( C++11) | |
bad_exception& operator=( const bad_exception& other ) noexcept; |
( C++11) | |
other. *this other std::exception, std::strcmp(what(), other.what()) == 0 . ( C++11)
| other | bad_exception
|
*this.