Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template segtor_of

boost::container::pmr::segtor_of

Synopsis

// In header: <boost/container/pmr/segtor.hpp>

template<typename T> 
struct segtor_of {
  // types
  typedef boost::container::segtor< T, polymorphic_allocator< T > > type;
};

Description

A portable metafunction to obtain a segtor that uses a polymorphic allocator.


PrevUpHomeNext