Create a VariantImp_NoAllocatorBase holding a copy of the specified value of the (template parameter) TYPE, with the specified type indicating the type of the object that the variant will initially hold.
Synopsis
Declared in <bdlb_variant.h>
template<class TYPE>
VariantImp_NoAllocatorBase(
int type,
TYPE const&,
bsl::false_type);
Created with MrDocs