exception& operator=( const exception& other ); |
Copy assignment operator. Assigns the contents of other
.
other | - | another exception to assign the contents of |
(none) | (until C++11) |
noexcept specification: noexcept | (since C++11) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/error/exception/operator=