[#BloombergLP-bsltf-StdStatefulAllocator-propagate_on_container_copy_assignment] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/StdStatefulAllocator.adoc[StdStatefulAllocator]::propagate_on_container_copy_assignment :relfileprefix: ../../../ :mrdocs: Alias for an `allocator_traits` propagation trait reflecting the `PROPAGATE_ON_CONTAINER_COPY_ASSIGNMENT` template parameter. == Synopsis Declared in `<bsltf_stdstatefulallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/integral_constant-02.adoc[bsl::integral_constant<bool, PROPAGATE_ON_CONTAINER_COPY_ASSIGNMENT>] propagate_on_container_copy_assignment; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#