boost::container::pmr::hub_of
// In header: <boost/container/pmr/hub.hpp> template<typename T> struct hub_of { // types typedef boost::container::hub< T, polymorphic_allocator< T > > type; };
A portable metafunction to obtain a hub that uses a polymorphic allocator.