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>

VariantImp_NoAllocatorBase(
    int type,
    bslma::Allocator*,
    bsl::true_type);

Created with MrDocs