IPriorityQueue<TValue,TCont>.top 메서드

정의

컨테이너의 우선 순위가 가장 높은 요소에 액세스합니다.

public:
 TValue % top();
public ref TValue top();
abstract member top : unit -> 'Value
Public Function top () As TValue

반품

TValue

제어되는 시퀀스의 최상위(가장 높은 우선 순위) 요소이며 비어 있어야 합니다.

설명

자세한 내용은 priority_queue::top(STL/CLR)을 참조하세요.

적용 대상