$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2007-07-04 12:11:23
On 6/29/07, Felipe Magno de Almeida <felipe.m.almeida_at_[hidden]> 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