Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template PriorityQueue

boost::heap::PriorityQueue

Synopsis

// In header: <boost/heap/heap_concepts.hpp>

template<typename C> 
struct PriorityQueue : public  {
  // types
  typedef         ;       
  typedef   ; 
  typedef   ; 
  typedef    ;  
  typedef       ;     
  typedef  ;

  // public member functions
   ();
};

Description

PriorityQueue public member functions

  1.  ();

PrevUpHomeNext