priority_queue::size_type

可以表示的項目數 priority_queue 的不帶正負號的整數類資料型別。

typedef typename Container::size_type size_type;

備註

這個型別是 priority_queue 符合的基礎容器的 size_type 的同義字。

範例

中的 大小 參閱本範例說明如何宣告和使用 size_type

需求

標題: <佇列>

命名空間: std

請參閱

參考

priority_queue 類別

標準樣板程式庫