共用方式為


deque::const_pointer

提供指向 list 中的 const 項目的指標。

typedef typename Allocator::const_pointer const_pointer;

備註

const_pointer 型別無法用來修改項目的值。 iterator 通常用於存取雙向佇列項目。

需求

標頭: <deque>

命名空間: std

請參閱

參考

deque 類別

標準樣板程式庫