Create a StdStatefulAllocator object wrapping the specified allocator.

Synopsis

Declared in <bsltf_stdstatefulallocator.h>

explicit
StdStatefulAllocator(bslma::Allocator* allocator = 0);

Parameters

Name

Description

allocator

allocator to wrap; uses the default if null

Created with MrDocs