Consider using std::string_view if you have c++17. Read more here. std::string encode(const std::string_view s) const;.
確定! 回上一頁