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