public member function
<exception>
std::exception::operator=exception& operator= (const exception& e) throw();
exception& operator= (const exception& e) noexcept;
Copy exception
Copies an exception object.The effects of calling member
whatafter the assignment depend on the particular library implementation.
Every exception within the C++ standard library (including this) has, at least, a copy assignment operator overload that preserves the string representation returned by member
whatwhen the dynamic types match.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4