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

std::bad_exception::bad_exception cppreference.com
cppreference.com

std::bad_exception::bad_exception

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 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

Web Proxy Viewer  |  New URL  |  Original Page