Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBequal Class Template Reference

Function object - map to operator==(). More...

#include <CTBless.hxx>

List of all members.

Public Methods

bool operator() (const T &v1, const T &v2)


Detailed Description

template<class T>
class CTBequal< T >

Function object - map to operator==().

This class provides a function object for the comparison of two objects of class T, implemented in terms of operator==().

Definition at line 33 of file CTBless.hxx.


Member Function Documentation

template<class T>
bool CTBequal< T >::operator() const T & v1,
const T & v2
[inline]
 

Returns true if v1 is equal to v2.

Definition at line 59 of file CTBless.icc.


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:13:35 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001