W3cubDocs

/C++

std::bad_exception::operator=

bad_exception& operator=( const bad_exception& other );

Assigns the contents of other.

Parameters

other - another bad_exception object to assign

Return value

*this.

Exceptions

noexcept specification:
noexcept

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/error/bad_exception/operator=