2
可能重複anytthing不同:
std::string length() and size() member functions是否有性病的大小()和長度()::字符串
在我看來大小()和長度()都意味着存儲在字符串中的字符的長度。與它們有什麼不同。
可能重複anytthing不同:
std::string length() and size() member functions是否有性病的大小()和長度()::字符串
在我看來大小()和長度()都意味着存儲在字符串中的字符的長度。與它們有什麼不同。
不,它們是相同的。見C++ 11,21.4.4/3:
size_type length() const noexcept;
返回:
size()
。
did not docs exact it? –
@JeffFoster:你說得對。 –