#include <CTBcompare.hxx>
Public Methods | |
int | operator() (const T &v1, const T &v2) |
This class provides a function object for the lexical comparison of two objects of class T
, implemented in terms of the Compare()
function of class T. It's used for example with associative containers like CTBmap
.
Definition at line 26 of file CTBcompare.hxx.
|
Calls Definition at line 53 of file CTBcompare.icc. |