Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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