STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp Struct Reference

Detailed Description

template<typename KeyType, typename PriorityType, class Cmp = std::less<PriorityType>>
struct stxxl::addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp

Definition at line 114 of file addressable_queues.h.

Public Member Functions

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

Member Function Documentation

template<typename KeyType, typename PriorityType, class Cmp = std::less<PriorityType>>
bool stxxl::addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp::operator() ( const std::pair< PriorityType, KeyType > &  left,
const std::pair< PriorityType, KeyType > &  right 
) const
inline

Definition at line 116 of file addressable_queues.h.


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