Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::rel_ops Namespace Reference


Functions

bool operator!= (const _Tp &__x, const _Tp &__y)
bool operator> (const _Tp &__x, const _Tp &__y)
template<class _Tp> bool operator<= (const _Tp &__x, const _Tp &__y)
bool operator>= (const _Tp &__x, const _Tp &__y)


Function Documentation

bool std::rel_ops::operator!= ( const _Tp & __x,
const _Tp & __y ) [inline]
 

Definition at line 50 of file stl_relops.h.

template<class _Tp>
bool std::rel_ops::operator<= ( const _Tp & __x,
const _Tp & __y ) [inline]
 

Definition at line 60 of file stl_relops.h.

bool std::rel_ops::operator> ( const _Tp & __x,
const _Tp & __y ) [inline]
 

Definition at line 55 of file stl_relops.h.

bool std::rel_ops::operator>= ( const _Tp & __x,
const _Tp & __y ) [inline]
 

Definition at line 65 of file stl_relops.h.


Generated at Tue May 1 16:30:37 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001