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