std::basic_string<CharT,Traits,Allocator>::max_size
From cppreference.com
Template:cpp/string/basic string/sidebar
size_type max_size() const;
|
||
Returns the maximum number of elements the string is able to hold due to system or library implementation limitations, i.e. Template:cpp for the largest string.
Template:params Template:param none
maximum number of characters
Template:complex Template:complex constant
Template:cpp/string/basic string/dcl list sizeTemplate:cpp/string/basic string/dcl list length