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