polymorphic_allocator select_on_container_copy_construction() const;
|
(C++17 起) | |
返回默认构造的 polymorphic_allocator
对象。
目录 |
(无)
默认构造的 polymorphic_allocator
对象。
polymorphic_allocator
不在容器复制构造时传播。
获得复制标准容器后使用的分配器 ( std::allocator_traits 的公开静态成员函数)
|