共用方式為


list::const_pointer

提供指向清單中的 const 項目的指標。

typedef typename Allocator::const_pointer const_pointer;

備註

const_pointer 型別無法用來修改項目的值。

在大部分情況下,應該使用 iterator 存取清單中物件的項目。

需求

標題: <list>

命名空間: std

請參閱

參考

list 類別

標準樣板程式庫