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