Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Tests if the error_category object is less than the error_category object passed in for comparison.
bool operator<(const error_category& _Right) const;
Parameters
Parameter |
Description |
|---|---|
_Right |
The error_category object to be compared. |
Return Value
true if the error_category object is less than the error_category object passed in for comparison; Otherwise, false.
Remarks
The member operator returns this < &_Right.
Requirements
Header: <system_error>
Namespace: std