Stxxl  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
stxxl::addressable_priority_queue< KeyType, PriorityType, Cmp >::cmp Struct Reference

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 110 of file addressable_queues.h.


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 112 of file addressable_queues.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines