Assigns contents to an error condition.
other
.e
. Effectively calls make_error_condition()
. Does not participate in the overload resolution unless is_error_condition_enum<ErrorConditionEnum>::value
is true
.other | - | another error condition to initialize with |
e | - | error condition enum |
*this
.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/error/error_condition/operator=