[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/error/bad_exception/operator%3D [Back]  [Original]

std::bad_exception::operator= cppreference.com
cppreference.com

std::bad_exception::operator=

cppreference.com
 
C++
(C++20)
(C++20)
(C++11)
(C++20)
/
(C++11)
(C++11)
(C++11)
(C++17)
 
 
 
 
<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.


Web Proxy Viewer  |  New URL  |  Original Page