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

Synopsis

Declared in <bslstl_variant.h>

Variant_AllocatorBase(allocator_type allocator);

Parameters

Name

Description

allocator

allocator to be held by this object

Created with MrDocs