stl_relops.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  std
namespace  std::rel_ops

Defines

#define CPPBITSSTLRELOPSH

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


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.


Generated on Wed Oct 26 12:22:37 2005 for libstdc++-v3 Source by  doxygen 1.4.5