Namespaces
Variants

std::basic_string<CharT,Traits,Allocator>::max_size

From cppreference.com
Revision as of 14:18, 4 May 2011 by WikiSysop (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Template:returns

maximum number of characters

Template:complex Template:complex constant

Template:see also

Template:cpp/string/basic string/dcl list sizeTemplate:cpp/string/basic string/dcl list length