[#bsl-vector-027-2constructor-01] = xref:bsl.adoc[bsl]::xref:bsl/vector-027.adoc[vector<MetricSampleGroup>]::vector :relfileprefix: ../../ :mrdocs: Create a vector having the same value as the specified `original` object that uses the specified `basicAllocator` to supply memory. This method requires that the (template parameter) type `VALUE_TYPE` be `copy‐insertable` into this vector (see {Requirements on `VALUE_TYPE`}). Note that a `bslma::Allocator *` can be supplied for `basicAllocator` if the (template parameter) type `ALLOCATOR` is `bsl::allocator` (the default). == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- vector( xref:bsl/vector-00d.adoc[vector<MetricSampleGroup>] const& original, type_identity<allocator<MetricSampleGroup>>::type const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#