[#bsl-vector-0a33-2constructor-056] = xref:bsl.adoc[bsl]::xref:bsl/vector-0a33.adoc[vector<long>]::vector :relfileprefix: ../../ :mrdocs: Create a vector having the same value as the specified `original` object by moving (in constant time) the contents of `original` to the new vector. The allocator associated with `original` is propagated for use in the newly‐created vector. `original` is left in a valid but unspecified state. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- vector(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<vector<long>>] original) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#