Thrill  0.1
addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp Struct Reference

Detailed Description

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.

Public Member Functions

bool operator() (const std::pair< PriorityType, KeyType > &left, const std::pair< PriorityType, KeyType > &right) const
 

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< PriorityType, KeyType > &  left,
const std::pair< PriorityType, KeyType > &  right 
) const
inline

Definition at line 117 of file addressable_queues.hpp.


The documentation for this struct was generated from the following file: