std::pmr::polymorphic_allocator<T>::select_on_container_copy_construction
自 C++17 起
polymorphic_allocator select_on_container_copy_construction() const;
返回一个默认构造的 polymorphic_allocator 对象。
(无)
返回值
一个默认构造的 polymorphic_allocator 对象。
polymorphic_allocators 在容器复制构造时不会传播。