[#bsl-vector-095-2constructor-0c9] = xref:bsl.adoc[bsl]::xref:bsl/vector-095.adoc[vector<char>]::vector :relfileprefix: ../../ :mrdocs: Create a vector 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_TYPE` be `copy‐insertable` into this vector (see {Requirements on `VALUE_TYPE`}). == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- vector(xref:bsl/vector-00d.adoc[vector<char>] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#