std::exception::operator= (3) - Linux Manuals
std::exception::operator=: std::exception::operator=
Command to display std::exception::operator=
manual in Linux: $ man 3 std::exception::operator=
NAME
std::exception::operator= - std::exception::operator=
Synopsis
exception& operator=( const exception& other ) throw(); (until C++11)
exception& operator=( const exception& other ) noexcept; (since C++11)
Copy assignment operator. Assigns the contents of other
The effects of calling what() after assignment are implementation-defined. (until C++11)
If *this and other both have dynamic type std::exception then std::strcmp(what(), other.what()) == 0. (since C++11)
Parameters
other - another exception to assign the contents of
Pages related to std::exception::operator=
- std::exception::exception (3) - std::exception::exception
- std::exception::what (3) - std::exception::what
- std::exception::~exception (3) - std::exception::~exception
- std::exception (3) - std::exception
- std::exception_ptr (3) - std::exception_ptr
- std::exchange (3) - std::exchange
- std::exclusive_scan (3) - std::exclusive_scan
- std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq (3) - std::execution::seq,std::execution::par,std::execution::par_unseq,std::execution::unseq
- std::execution::sequenced_policy,std::execution::parallel_policy, (3) - std::execution::sequenced_policy,std::execution::parallel_policy,
- std::execution::sequenced_policy,std::execution::parallel_policy,std::execution::parallel_unsequenced_policy,std::execution::unsequenced_policy (3) - std::execution::sequenced_policy,std::execution::parallel_policy,std::execution::parallel_unsequenced_policy,std::execution::unsequenced_policy
- std::exit (3) - std::exit