|  | Isis 3 Programmer Reference
    | 
Provides a simple comparison between two values. More...
#include <CollectorMap.h>

| Public Member Functions | |
| bool | operator() (const K &v1, const K &v2) const | 
| Returns true if v1 is less than v2. | |
Provides a simple comparison between two values.
This simple comparison function object is provided with no special frills that does pretty much exactly what std::less does.
Definition at line 30 of file CollectorMap.h.
| 
 | inline | 
Returns true if v1 is less than v2.
| v1 | Input constant | 
| v2 | Input constant | 
Definition at line 40 of file CollectorMap.h.