Create a StdStatefulAllocator object wrapping the same test allocator as the specified original.
Synopsis
Declared in <bsltf_stdstatefulallocator.h>
template<class BDE_OTHER_TYPE>
StdStatefulAllocator(StdStatefulAllocator<BDE_OTHER_TYPE, PROPAGATE_ON_CONTAINER_COPY_CONSTRUCTION, PROPAGATE_ON_CONTAINER_COPY_ASSIGNMENT, PROPAGATE_ON_CONTAINER_SWAP, PROPAGATE_ON_CONTAINER_MOVE_ASSIGNMENT, IS_ALWAYS_EQUAL> const& original);
Created with MrDocs