|
| template<typename K , typename V > |
| bool | operator() (const std::pair< K, V > &left, const K &right) const |
| |
| template<typename K , typename V > |
| bool | operator() (const K &left, const std::pair< K, V > &right) const |
| |
◆ operator()() [1/2]
template<typename K , typename V >
| bool net::dandelionpp::anonymous_namespace{dandelionpp.cpp}::key_less::operator() |
( |
const K & |
left, |
|
|
const std::pair< K, V > & |
right |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
template<typename K , typename V >
| bool net::dandelionpp::anonymous_namespace{dandelionpp.cpp}::key_less::operator() |
( |
const std::pair< K, V > & |
left, |
|
|
const K & |
right |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: