Return the allocator to use when copy-constructing a container.
Declared in <bslstp_util.h>
template<class ALLOCATOR>
static
ALLOCATOR
copyContainerAllocator(ALLOCATOR const& rhsAlloc);
rhsAlloc is intended to be the allocator from the container being copied. If the ALLOCATOR type uses bslma allocator semantics, then ignore rhsAlloc and return the default allocator. Otherwise, return rhsAlloc unchanged.