[#bitdeque-max_size] = xref:bitdeque.adoc[bitdeque]::max_size :relfileprefix: ../ :mrdocs: Return the maximum size of the container. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bitdeque/size_type.adoc[size_type] max_size() const noexcept; ---- == Return Value Largest number of bits the container can hold. [.small]#Created with https://www.mrdocs.com[MrDocs]#