![]() |
Home | Libraries | People | FAQ | More |
boost::container::pmr::multimap_of
// 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 > ; };