[#bsl-list-054-resize-09] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::resize :relfileprefix: ../../ :mrdocs: `resize` overloads == Synopses Declared in `<bslstl_list.h>` Change the size of this list to the specified `newSize`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/list-054/resize-01.adoc[resize](xref:bsl/list-054/size_type.adoc[size_type] newSize); ---- [.small]#xref:bsl/list-054/resize-01.adoc[_» more..._]# Change the size of this list to the specified `newSize`, using the specified `value` for any appended elements. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:bsl/list-054/resize-0e.adoc[resize]( xref:bsl/list-054/size_type.adoc[size_type] newSize, xref:bsl/list-054/value_type.adoc[value_type] const& value); ---- [.small]#xref:bsl/list-054/resize-0e.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#