共用方式為


map::const_pointer

提供指標的對應中的一個 const 元素的型別。

typedef typename allocator_type::const_pointer const_pointer;

備註

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

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

需求

標頭:<map>

命名空間: std

請參閱

參考

map 類別

標準樣板程式庫