Predicate

All class functions are defined inline.

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

Quick Index

DESCRIPTION

Class Summary

template <class T> struct Predicate : public BinaryFunction<T, T, bool>
{
public:
protected:
}; // Predicate

Back to the top of Predicate

DESCRIPTION

Predicate pure abstract specialization of BinaryFunction. A predicate takes two parameters of type T and returns a bool

Back to the top of Predicate

All Members

public:
R operator() (T1, T2) const; // pure virtual
protected:

Back to the top of Predicate

Ancestors

Inheritance chain for Predicate:

Back to the top of Predicate

Descendants

Back to the top of Predicate

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

Report problems to jkotula@vitalimages.com