otsdaq
3.03.00
|
Public Member Functions | |
bool | operator() (const std::string &lhs, const std::string &rhs) const |
<get string in order ignoring letter case More... | |
Definition at line 245 of file StringMacros.h.
bool StringMacros::IgnoreCaseCompareStruct::operator() | ( | const std::string & | lhs, |
const std::string & | rhs | ||
) | const |
<get string in order ignoring letter case
comparison handler
IgnoreCaseCompareStruct operator used to order std::set, etc ignoring letter case e.g. used here: void ConfigurationGUISupervisor::handleTablesXML
Definition at line 1385 of file StringMacros.cc.