Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template multimap_of

boost::container::pmr::multimap_of

Synopsis

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

template<typename Key, typename T, typename Compare = Key>, 
         typename Options = void> 
struct multimap_of {
  // types
  typedef boost::container::multimap< Key, T, Compare, polymorphic_allocator< const Key, T > >, Options > ;
};

Description

A portable metafunction to obtain a multimap that uses a polymorphic allocator


PrevUpHomeNext