Functions


Function Documentation

bool operator!= const Type &  x,
const Type &  y
[inline]
 

Defines != for arbitrary types, in terms of ==.

Parameters:
x A thing.
y Another thing.
Returns:
x != y
This function uses == to determine its result. Definition at line 92 of file stl_relops.h.

bool operator<= const Type &  x,
const Type &  y
[inline]
 

Defines <= for arbitrary types, in terms of <.

Parameters:
x A thing.
y Another thing.
Returns:
x <= y
This function uses < to determine its result. Definition at line 118 of file stl_relops.h.

bool operator> const Type &  x,
const Type &  y
[inline]
 

Defines > for arbitrary types, in terms of <.

Parameters:
x A thing.
y Another thing.
Returns:
x > y
This function uses < to determine its result. Definition at line 105 of file stl_relops.h.

bool operator>= const Type &  x,
const Type &  y
[inline]
 

Defines >= for arbitrary types, in terms of <.

Parameters:
x A thing.
y Another thing.
Returns:
x >= y
This function uses < to determine its result. Definition at line 131 of file stl_relops.h.


Generated on Sun Sep 12 15:50:27 2004 for libstdc++ source by doxygen 1.3.8