Public Member Functions | |
MatchByString () | |
bool | operator() (const value_type &val, const std::string &string) const |
Definition at line 37 of file StringMap.h.
StringMap::MatchByString::MatchByString | ( | ) | [inline] |
Definition at line 39 of file StringMap.h.
{}
bool StringMap::MatchByString::operator() | ( | const value_type & | val, |
const std::string & | string | ||
) | const [inline] |
Definition at line 41 of file StringMap.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
{ return val.first < string; }