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.
Tests if the error_condition object is less than the error_code object passed in for comparison.
bool operator<(const error_condition& _Right) const;
Parameters
Parameter |
Description |
|---|---|
_Right |
The error_condition object to be compared. |
Return Value
true if the error_condition object is less than the error_condition object passed in for comparison; Otherwise, false.
Remarks
The member operator returns category() < _Right.category() || category() == _Right.category() && value < _Right.value().
Requirements
Header: <system_error>
Namespace: std