Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template map_of

boost::container::pmr::map_of

Synopsis

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

template<typename Key, typename T, typename Compare, 
         typename Options> 
struct map_of {
  // types
  typedef boost::container::map< polymorphic_allocator<  ;
};

Description

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


PrevUpHomeNext