stl_relops.h File Reference

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 <.


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file stl_relops.h.


Define Documentation

#define _STL_RELOPS_H   1

Definition at line 72 of file stl_relops.h.


Generated on Tue Feb 2 16:57:28 2010 for GNU C++ STL by  doxygen 1.4.7