[#bsl-list-054-max_size] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::max_size :relfileprefix: ../../ :mrdocs: Return an upper bound on the largest number of elements that this list could possibly hold. Note that the return value of this function does not guarantee that this list can successfully grow that large, or even close to that large without running out of resources. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/list-054/size_type.adoc[list<VALUE, ALLOCATOR>::size_type] max_size() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#