basic_string::cend

返回解决成功最后一个元素的位置字符串中的常量迭代器。

const_iterator cend() const;

返回值

在字符串之外的终点的一个随机访问迭代器。

要求

**标题:**string

命名空间: std

请参见

参考

basic_string Class

<string>

其他资源

basic_string 的成员

string 成员