Go to the source code of this file.
Namespaces | |
namespace | std |
namespace | std::rel_ops |
Functions | |
template<class Type> | |
bool | std::rel_ops::operator!= (const Type &x, const Type &y) |
Defines != for arbitrary types, in terms of == . | |
template<class Type> | |
bool | std::rel_ops::operator> (const Type &x, const Type &y) |
Defines > for arbitrary types, in terms of < . | |
template<class Type> | |
bool | std::rel_ops::operator<= (const Type &x, const Type &y) |
Defines <= for arbitrary types, in terms of < . | |
template<class Type> | |
bool | std::rel_ops::operator>= (const Type &x, const Type &y) |
Defines >= for arbitrary types, in terms of < . |
Definition in file stl_relops.h.