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 case insensitive string comparison. More...
#include <CollectorMap.h>
Public Member Functions | |
bool | operator() (const K &v1, const K &v2) const |
Compares v1 and v2 as case insensitive strings, and returns true of v1 is less than v2 (as those strings). | |
Provides a case insensitive string comparison.
This string comparison functor object compares two strings ignoring case. Use this policy when your key into the collector map is a string and you want to ignore case when finding elements in the collection.
|
inline |
Compares v1 and v2 as case insensitive strings, and returns true of v1 is less than v2 (as those strings).
v1 | Input constant |
v2 | Input constant |
References Isis::IString::DownCase().