Constructors
Synopses
Declared in <bslstl_variant.h>
Create a Variant_AllocatorBase object that holds the currently installed default allocator.
Create a Variant_AllocatorBase object that holds a copy of the allocator held by the specified original.
Variant_AllocatorBase(Variant_AllocatorBase<true> const& original);
Create a Variant_AllocatorBase object that holds a copy of the specified allocator.
Variant_AllocatorBase(allocator_type allocator);
Created with MrDocs