System::String::rend 方法

String::rend method

返回实际字符串缓冲区中第一个字符之前(如果有)的反向迭代器。

reverse_iterator System::String::rend() const

ReturnValue

实际字符串缓冲区中第一个字符之前(如果有)的逆向迭代器,或分配缓冲区之前的元素。

另见