operator< (<system_error>)
Testy, jeśli obiekt jest mniejsza niż obiektu przekazany do porównania.
template<class _Enum> inline bool operator<(
_Enum _Left,
typename tr1::enable_if<is_error_code_enum<_Enum>::value,
const error_code&>::type _Right);
template<class _Enum> inline bool operator<(
typename tr1::enable_if<is_error_code_enum<_Enum>::value,
const error_code&>::type _Left, _Enum _Right);
template<class _Enum> inline bool operator<(
_Enum _Left,
typename tr1::enable_if<is_error_condition_enum<_Enum>::value,
const error_condition&>::type _Right);
template<class _Enum> inline bool operator<(
typename tr1::enable_if<is_error_condition_enum<_Enum>::value,
const error_condition&>::type _Left, _Enum _Right);
Parametry
Parametr |
Opis |
---|---|
_Left |
Obiekt do porównania. |
_Right |
Obiekt do porównania. |
Wartość zwracana
TRUE , jeśli przekazany obiekt _Left jest mniejsza niż obiekt przeszedł w _Right; W przeciwnym razie false.
Uwagi
Ta funkcja badań zamówienia błąd.
Wymagania
Nagłówek: <system_error>
Obszar nazw: std