polymorphic_allocator
交换 *this 和 other 的存储可调用对象。
other
不交换 *this 与 other 的分配器。
若 *this->get_memory_resource() != *other.get_memory_resource() 则行为未定义。
(无)