#include <functor.h>
Public Types | |
| typedef ComparedType | compared_type |
Public Member Functions | |
| equal_to (const compared_type &d) | |
| void | operator() (const compared_type &p) |
| Returns true if p compares equal to the value passed to this object's ctor. | |
Definition at line 384 of file functor.h.
1.3.7