An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer 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.
|
inline |
Returns true if v1 is less than v2.
v1 | Input constant |
v2 | Input constant |