Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Struct template hub_of
PrevUpHomeNext

Struct template hub_of

boost::container::pmr::hub_of

Synopsis

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

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

Description

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


PrevUpHomeNext