Go to the source code of this file.
Namespaces | |
| namespace | std |
| namespace | std::rel_ops |
Defines | |
| #define | _STL_RELOPS_H 1 |
Functions | |
| template<class _Tp> | |
| bool | std::rel_ops::operator!= (const _Tp &__x, const _Tp &__y) |
Defines != for arbitrary types, in terms of ==. | |
| template<class _Tp> | |
| bool | std::rel_ops::operator> (const _Tp &__x, const _Tp &__y) |
Defines > for arbitrary types, in terms of <. | |
| template<class _Tp> | |
| bool | std::rel_ops::operator<= (const _Tp &__x, const _Tp &__y) |
Defines <= for arbitrary types, in terms of <. | |
| template<class _Tp> | |
| bool | std::rel_ops::operator>= (const _Tp &__x, const _Tp &__y) |
Defines >= for arbitrary types, in terms of <. | |
Definition in file stl_relops.h.
| #define _STL_RELOPS_H 1 |
Definition at line 72 of file stl_relops.h.
1.4.7