Create an empty object using the specified allocator.

Synopsis

Declared in <bslstl_function.h>

Function_Variadic(allocator_type const& allocator);

Description

Use the specified allocator (e.g., the address of a bslma::Allocator) to supply memory.

Parameters

Name

Description

allocator

allocator used to supply memory

Created with MrDocs