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
Name |
Description |
original |
The test allocator whose mechanism is shared. |
Created with MrDocs