![]() |
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(InputIterator, InputIterator, Compare const &, Allocator const &) -> multimap< it_based_non_const_first_type_t< InputIterator >, it_based_second_type_t< InputIterator >, Compare, Allocator >;