IPriorityQueue<TValue,TCont>.push(TValue) Metod

Definition

Lägger till ett nytt element i containern.

public:
 void push(TValue _Val);
public void push(TValue _Val);
abstract member push : 'Value -> unit
Public Sub push (_Val As TValue)

Parametrar

_Val
TValue

Ett element som ska infogas i den kontrollerade sekvensen. Den kontrollerade sekvensen ordnas sedan om för att upprätthålla heapområdet.

Kommentarer

Mer information finns i priority_queue::p ush (STL/CLR).

Gäller för