Why do data() and c_str() return char const*, while operator[] returns char&? operator [] gives you direct access to the controlled sequence of std::string ...
確定! 回上一頁