Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Assigns an error code value and category to an error code.
void assign(value_type _Val, const error_category& _Cat);
Parameters
Parameter |
Description |
|---|---|
_Val |
The error code value to store in the error_code. |
_Cat |
The error category to store in the error_code. |
Remarks
The member function stores _Val as the error code value and a pointer to _Cat.
Requirements
Header: <system_error>
Namespace: std