![]()  | 
  
    Isis 3 Programmer 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).  More... | |
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.
Definition at line 53 of file CollectorMap.h.
      
  | 
  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 | 
Definition at line 64 of file CollectorMap.h.
References Isis::IString::DownCase().