Return the allocator to use when copy‐constructing a container.

Synopsis

Description

Return a copy of this object if the bool template parameter PROPAGATE_ON_CONTAINER_COPY_CONSTRUCTION is true, and a copy of a StdStatefulAllocator object wrapping the default allocator otherwise.

Return Value

this allocator, or one wrapping the default allocator

Created with MrDocs