【发布时间】:2018-05-11 23:39:26
【问题描述】:
当我遇到 boost::container::allocator_traits::is_partially_propagable 时,我试图理解 boost::container::allocator_traits。
我在网上找不到任何关于它的其他文档,我可以理解 boost::container::allocator_traits 的所有其他成员,除了 is_partially_propagable 和 storage_is_unpropagable。
编辑:
以及,它们是如何实现的,以及在编写容器时如何使用它们?
【问题讨论】:
标签: c++ boost boost-container