Constructors

Synopses

Declared in <bsltf_stdstatefulallocator.h>

Create a StdStatefulAllocator object wrapping the same test allocator as the specified original.

Create a StdStatefulAllocator object wrapping the specified allocator.

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

Parameters

Name

Description

original

allocator providing the wrapped allocator to copy

allocator

allocator to wrap; uses the default if null

Created with MrDocs