Returns a constant reference to the top element in the priority_queue.
The top element is the element that compares higher in the priority_queue, and the next that is removed from the container when priority_queue::pop is called.
This member function effectively calls member front of the underlying container object.