Constructors

Creates an object of type priority_queue.

  priority_queue(const Compare& x = Compare(),
  const Container& y = Container());
  template <class InputIterator>
  priority_queue
  (InputIterator first, InputIterator last,
  const Compare& x = Compare(),
  const Container& y = Container());
  
priority_queuemembers

The class priority_queue provides public member functions for manipulation the priority_queue.