IPriorityQueue<TValue,TCont>.top_item プロパティ

定義

コンテナーの最高優先順位の要素にアクセスします。

public:
 property TValue top_item { TValue get(); void set(TValue value); };
public TValue top_item { get; set; }
member this.top_item : 'Value with get, set
Public Property top_item As TValue

プロパティ値

TValue

被制御シーケンスの最上位 (最高優先順位) 要素。被制御シーケンスは空でない必要があります。

注釈

詳細については、「 priority_queue::top_item (STL/CLR)」を参照してください。

適用対象