Create a scoped guard that installs the specified temporaryAllocator as the delegate allocator.

Synopsis

Declared in <bsltf_stdtestallocator.h>

explicit
StdTestAllocatorConfigurationGuard(bslma::Allocator* temporaryAllocator);

Parameters

Name

Description

temporaryAllocator

allocator to install as the delegate

Created with MrDocs