public member function
<system_error>
std::error_condition::operator=template <class ErrorConditionEnum> error_condition& operator= (ErrorConditionEnum e) noexcept;
Assign error condition
Calls make_error_condition to construct an error condition from e, whose value is assigned to the error_condition object.This function only participates in overload resolution if is_error_condition_enum<ErrorConditionEnum>::value
is true
. Which is the case when errc is used as the ErrorConditionEnum type.
Member function assign can be used to assign a new value to the error_condition object using an integer value and a category, instead of an enum value.
true
.
*this
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4