BloombergLP::bslstl::Variant_AllocatorBase<true>::Variant_AllocatorBase

Constructors

Synopses

Declared in <bslstl_variant.h>

Create a Variant_AllocatorBase object that holds the currently installed default allocator.

Variant_AllocatorBase();
» more...

Create a Variant_AllocatorBase object that holds a copy of the allocator held by the specified original.

Variant_AllocatorBase(Variant_AllocatorBase<true> const& original);
» more...

Create a Variant_AllocatorBase object that holds a copy of the specified allocator.

Variant_AllocatorBase(allocator_type allocator);
» more...