Functions | |
template<class _Tp> bool | operator!= (const _Tp &__x, const _Tp &__y) |
Defines ! = for arbitrary types, in terms of ==. More... | |
template<class _Tp> bool | operator> (const _Tp &__x, const _Tp &__y) |
Defines > for arbitrary types, in terms of < . More... | |
template<class _Tp> bool | operator<= (const _Tp &__x, const _Tp &__y) |
Defines < = for arbitrary types, in terms of < . More... | |
template<class _Tp> bool | operator>= (const _Tp &__x, const _Tp &__y) |
Defines > = for arbitrary types, in terms of < . More... |
|
Defines
to determine its result.
Definition at line 91 of file stl_relops.h. |
|
Defines
< to determine its result.
Definition at line 117 of file stl_relops.h. |
|
Defines
< to determine its result.
Definition at line 104 of file stl_relops.h. |
|
Defines
< to determine its result.
Definition at line 130 of file stl_relops.h. |