C++ 字符串 max_size() 函数
定义和用法
The max_size()
函数返回字符串的最大长度(最大可用 length()
)。
语法
string.max_size();
参数
无。
技术细节
返回值 | 字符串可以达到的最大长度 |
---|
相关页面
在我们的 字符串教程 中了解更多关于字符串的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]