![]() |
Home | Libraries | People | FAQ | More |
boost::container::multimap
// In header: <boost/container/map.hpp> template<typename InputIterator, typename Compare, typename Allocator, typename = dtl::require_nonallocator_t<Compare>, typename = dtl::require_allocator_t<Allocator> > multimap(ordered_range_t, InputIterator, InputIterator, Compare const &, Allocator const &);