Greater

All class functions are defined inline.

[ Samples | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION

Class Summary

template <class T> struct Greater : public Predicate<T>
{
public:
bool operator()(T x, T y) const ;
protected:
}; // Greater

Back to the top of Greater

DESCRIPTION

A predicate function object that compares two objects of type T with operator >

Back to the top of Greater

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

Implementation of operator() that takes two objects of type T and returns a bool.

	virtual bool operator()(T x, T y) const
	                    
;

Function is currently defined inline.


Back to the top of Greater

All Members

public:
R operator() (T1, T2) const; // pure virtual
bool operator()(T x, T y) const ;
protected:

Back to the top of Greater

Ancestors

Inheritance chain for Greater:

Back to the top of Greater

Descendants

Class is not inherited by any others.

Back to the top of Greater

Generated from source by the Cocoon utilities on Fri Jan 26 13:37:35 2001 .

Report problems to jkotula@vitalimages.com