共用方式為


basic_string::const_iterator

提供隨機存取 Iterator 可以存取和讀取字串中的 const 項目的型別。

typedef implementation-defined const_iterator;

備註

型別 const_iterator 不能用來修改字元的值和使用順向字串重複。

範例

如需範例的 啟動 看到這個範例示範如何宣告和使用 const_iterator

需求

標題: <string>

命名空間: std

請參閱

參考

basic_string Class