Create a VariantImp_NoAllocatorBase with the specified type (allocator argument is ignored).
Declared in <bdlb_variant.h>
VariantImp_NoAllocatorBase(
int type,
bslma::Allocator* allocator);
| Name | Description |
|---|---|
| type | type index of the initially held alternative |
| allocator | allocator used to supply memory |