[#BloombergLP-bdlb-VariantImp_NoAllocatorBase-2constructor-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/VariantImp_NoAllocatorBase.adoc[VariantImp_NoAllocatorBase]::VariantImp_NoAllocatorBase :relfileprefix: ../../../ :mrdocs: Create a `VariantImp_NoAllocatorBase` with the specified `type` indicating the type of the object that the variant will initially hold. == Synopsis Declared in `<bdlb_variant.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- VariantImp_NoAllocatorBase( int type, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator, xref:bsl/true_type.adoc[bsl::true_type] tag); ---- == Parameters [cols="1,4"] |=== | Name| Description | *type* | type index of the initially held alternative | *allocator* | allocator used to supply memory | *tag* | unused overload‐resolution tag |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#