BloombergLP::bslma::StdTestAllocator::StdTestAllocator

Create a proxy object using the same mechanism as the specified original.

Synopsis

Declared in <bslma_stdtestallocator.h>

StdTestAllocator(StdTestAllocator const& original);

Description

Postcondition: this->mechanism() == original.mechanism().

Parameters

NameDescription
originalThe test allocator whose mechanism is shared.