|
bool | operator() (const std::pair< std::string, std::string > &lhs, const std::pair< std::string, std::string > &rhs) const |
|
bool | operator() (const std::pair< std::string, std::string > &lhs, const std::pair< std::string, std::string >::first_type &rhs) const |
|
bool | operator() (const std::pair< std::string, std::string >::first_type &lhs, const std::pair< std::string, std::string > &rhs) const |
|
|
bool | keyLess (const std::pair< std::string, std::string >::first_type &k1, const std::pair< std::string, std::string >::first_type &k2) const |
|
Definition at line 271 of file EgHLTTrigTools.cc.
◆ keyLess()
bool StringPairCompare::keyLess |
( |
const std::pair< std::string, std::string >::first_type & |
k1, |
|
|
const std::pair< std::string, std::string >::first_type & |
k2 |
|
) |
| const |
|
inlineprivate |
◆ operator()() [1/3]
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string > & |
lhs, |
|
|
const std::pair< std::string, std::string > & |
rhs |
|
) |
| const |
|
inline |
◆ operator()() [2/3]
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string > & |
lhs, |
|
|
const std::pair< std::string, std::string >::first_type & |
rhs |
|
) |
| const |
|
inline |
◆ operator()() [3/3]
bool StringPairCompare::operator() |
( |
const std::pair< std::string, std::string >::first_type & |
lhs, |
|
|
const std::pair< std::string, std::string > & |
rhs |
|
) |
| const |
|
inline |