W3cubDocs

/C++

std::exception::operator=

exception& operator=( const exception& other );

Copy assignment operator. Assigns the contents of other.

Parameters

other - another exception to assign the contents of

Exceptions

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