
4 Jul
2007
4 Jul
'07
10:11 a.m.
On 6/29/07, Felipe Magno de Almeida <felipe.m.almeida@gmail.com> wrote:
Use equal_range. It returns a pair of iterators to begin and end of the equal range.
Similar question - once I have the equal_range, how do I iterate through them via a different index? ie ordered_non_unique<category...> + ordered_unique<ItemName...> how do I display a list of the items sorted by category, then by item name within each category? Thanks, Tony