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

greater_equal Struct Template Reference

#include <stl_function.h>

Inheritance diagram for greater_equal:

Inheritance graph
[legend]
Collaboration diagram for greater_equal:

Collaboration graph
[legend]
List of all members.

Public Methods

bool operator() (const T &x, const T &y) const

template<class T>
struct greater_equal< T >


Member Function Documentation

template<class T>
bool greater_equal< T >::operator() const T &    x,
const T &    y
const [inline]
 

Definition at line 105 of file stl_function.h.

00105 { return x >= y; }


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Thu May 2 15:03:28 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001