error_category::default_error_condition
Stores the error code value for an error condition object.
virtual error_condition default_error_condition(int _Errval) const;
Parameters
Parameter |
Description |
---|---|
_Errval |
The error code value to store in the error_condition. |
Return Value
Returns error_condition(_Errval, *this).
Requirements
Header: <system_error>
Namespace: std