[#bsl-list-054-2constructor-016] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::list :relfileprefix: ../../ :mrdocs: Create a list having the same value as the specified `original` object. Use the allocator returned by 'bsl::allocator_traits<ALLOCATOR>:: select_on_container_copy_construction(original.get_allocator())' to allocate memory. This method requires that the (template parameter) type `VALUE` be `copy‐insertable` into this list (see {Requirements on `VALUE`}). == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- list(xref:bsl/list-054.adoc[list] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#