最終更新日時(UTC):
が更新

履歴 編集

<queue>

queue

<queue>ヘッダでは、FIFOキューのためのstd::queueクラス、および優先順位付きキューであるstd::priority_queueクラスを提供する。

このヘッダでは、以下の標準ヘッダをインクルードする:

名前 説明 対応バージョン
queue FIFOキュー(class template)
priority_queue 優先順位付きキュー(class template)

参照