[#bsl-list-054-2constructor-02f] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::list :relfileprefix: ../../ :mrdocs: Create an empty list. A default‐constructed object of the (template parameter) type `ALLOCATOR` is used. If the type `ALLOCATOR` is `bsl::allocator`, the currently installed default allocator is used. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- list(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#