Share via


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)합니다.

적용 대상