Каковы ограничения строки для стандартной библиотеки шаблонов в C ++?
#include <iostream> #include <string> int main() { std::cout << std::string().max_size() << std::endl; return 0; }