Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template MutablePriorityQueue

boost::heap::MutablePriorityQueue

Synopsis

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

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

  // public member functions
   ();
   ();

  // public data members
   c;
   equal;
   not_equal;
};

Description

MutablePriorityQueue public member functions

  1.  ();
  2.  ();

PrevUpHomeNext