标签: c++ string
可能重复: std::string length() and size() member functions
在我看来,size()和length()都表示存储在字符串中的字符长度。与它们有任何不同。
答案 0 :(得分:2)
没有。它们完全相同。见C ++ 11,21.4.4 / 3:
size_type length() const noexcept; 返回:size()。
size_type length() const noexcept;
返回:size()。
size()