std::bad_exception::operator=

From cppreference.com
< cpp‎ | error‎ | bad exception
 
 
 
 
std::bad_exception
Member functions
bad_exception::operator=
 
bad_exception& operator=( const bad_exception& other );
(since C++11)

Assigns the contents of other.

[edit] Parameters

other - another bad_exception object to assign

[edit] Return value

*this.

[edit] Exceptions

noexcept specification:  
noexcept