How the allocator is propagated on copy assignment
Synopsis
Declared in <bslma_allocatortraits.h>
using propagate_on_container_copy_assignment = __detected_or_t<false_type, __pocca, _Alloc>;
Description
Alloc::propagate_on_container_copy_assignment if that type exists, otherwise false_type
Created with MrDocs