[#BloombergLP-bslma-AllocatorTraits_PropOnCopyAssign-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/AllocatorTraits_PropOnCopyAssign-0a.adoc[AllocatorTraits_PropOnCopyAssign]<ALLOC, true> :relfileprefix: ../../ :mrdocs: This `struct` template sets the boolean type for the attribute named `propagate_on_container_copy_assignment` to the nested type alias in the given (template parameter) `ALLOCATOR_TYPE` if `ALLOCATOR_TYPE` defines such an alias (i.e., `true == AllocatorTraits_HasPropOnCopyAssign<ALLOCATOR_TYPE>::value`). == Synopsis Declared in `<bslma_allocatortraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ALLOC> struct xref:BloombergLP/bslma/AllocatorTraits_PropOnCopyAssign-0a.adoc[AllocatorTraits_PropOnCopyAssign]<ALLOC, true> : ALLOC::propagate_on_container_copy_assignment ---- == Base Classes [cols="1,4"] |=== | Name| Description | `ALLOC::propagate_on_container_copy_assignment` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#