template<typename KeyType, typename PriorityType, class Cmp = std::less<PriorityType>>
struct foxxll::addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp
Definition at line 115 of file addressable_queues.hpp.
|
bool | operator() (const std::pair< PriorityType, KeyType > &left, const std::pair< PriorityType, KeyType > &right) const |
|
◆ operator()()
bool operator() |
( |
const std::pair< PriorityType, KeyType > & |
left, |
|
|
const std::pair< PriorityType, KeyType > & |
right |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: