std::error_code::operator=
cppreference.com
<tbody>
</tbody>
template< class ErrorCodeEnum > error_code& operator=( ErrorCodeEnum e ) noexcept; |
(1) | ( C++11) |
error_code& operator=( const error_code& other ) = default; |
(2) | ( C++11) ( ) |
error_code& operator=( error_code&& other ) = default; |
(3) | ( C++11) ( ) |