...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::container::pmr::devector_of
// In header: <boost/container/pmr/devector.hpp> template<typename T, typename GrowthPolicy = growth_factor_60> struct devector_of { // types typedef boost::container::devector< T, GrowthPolicy, polymorphic_allocator< T > > type; };