reverse_iterator TO iterator

//using rit.base() function

#include <string>

std::string test("hello");

std::string::reverse_iterator rit = test.rbgin();

std::string::iterator it(rit.base());

posted @ 2014-05-20 22:08  Azor  阅读(146)  评论(0编辑  收藏  举报