How the allocator is propagated on move assignment

Synopsis

Declared in <bslma_allocatortraits.h>

using propagate_on_container_move_assignment = __detected_or_t<false_type, __pocma, _Alloc>;

Description

Alloc::propagate_on_container_move_assignment if that type exists, otherwise false_type

Created with MrDocs