Translations of this page?:

pop

文法:

    #include <queue>
    void pop();

pop()関数は優先度キューの先頭要素を取り除き、破棄します。先頭要素とは、優先度キューの要素の中でもっとも大きいか、少なくとも他のどの要素とも同じだけ大きい要素のことです。

pop()関数は対数時間で動作します.

関連トピック: push, top

 
• • • SitemapRecent changesRSScc