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)를 참조하세요.

적용 대상