[#bsl-list-054-2constructor-065] = 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 by moving (in constant time) the contents of `original` to the new list. The allocator associated with `original` is propagated for use in the newly‐created list. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- list(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<list>] original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#