[#BloombergLP-bslstl-Variant_Base-2constructor-089] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/Variant_Base.adoc[Variant_Base]::Variant_Base :relfileprefix: ../../../ :mrdocs: Create a `Variant_Base` object holding the same alternative (if any) held by the specified `original` object. If this `Variant_Base` is allocator‐aware, the specified `allocator` is used to supply memory. If the `original` object is not valueless by exception, the contained value is copy/move constructed from the contained value of `original`. All alternatives shall be copy/move constructible. == Synopsis Declared in `<bslstl_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Variant_Base( std::allocator_arg_t, xref:BloombergLP/bslstl/Variant_Base/allocator_type.adoc[allocator_type] allocator, xref:BloombergLP/bslstl/Variant_Base/Variant.adoc[Variant] const& original); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#