开发者

What are the STL string limits?

开发者 https://www.devze.com 2022-12-08 06:19 出处:网络
What are the string limits for the Standa开发者_开发技巧rd Template Library in C++?#include <iostream>

What are the string limits for the Standa开发者_开发技巧rd Template Library in C++?


#include <iostream>
#include <string>

int main() {
    std::cout << std::string().max_size() << std::endl;
    return 0;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号