How the allocator is propagated on swap

Synopsis

Declared in <bslma_allocatortraits.h>

using propagate_on_container_swap = __detected_or_t<false_type, __pocs, _Alloc>;

Description

Alloc::propagate_on_container_swap if that type exists, otherwise false_type

Created with MrDocs