Aracılığıyla paylaş


operator< (<system_error>)

Bir nesnenin nesne azsa sınamaları için karşılaştırma geçirildi.

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);

Parametreler

Parametre

Description

_Left

Karşılaştırmak için nesne.

_Right

Karşılaştırmak için nesne.

Dönüş Değeri

gerçek geçirilen nesne, _Left geçirilen nesne sayısından daha az _Right; Aksi takdirde, yanlış.

Notlar

Bu işlev hata sırası sınar.

Gereksinimler

Başlık: <system_error>

Namespace: std

Ayrıca bkz.

Başvuru

<system_error>