共用方式為


basic_string::iterator

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

typedef implementation-defined iterator;

備註

型別 iterator 可用來修改字元的值和使用順向字串重複。

範例

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

需求

標題: <string>

命名空間: std

請參閱

參考

basic_string Class