IPriorityQueue<TValue,TCont>.pop Method

Definition

Removes the highest-priority element of the container.

public:
 void pop();
public void pop ();
abstract member pop : unit -> unit
Public Sub pop ()

Remarks

For more information, see priority_queue::pop (STL/CLR).

Applies to