Boost logo

Boost :

From: Cory Nelson (phrosty_at_[hidden])
Date: 2006-07-29 14:49:45


On 7/29/06, Lewis Hyatt <lhyatt_at_[hidden]> wrote:
> Hi Everyone-
>
> Is there any interest in providing Boost container classes with the same
> functionality as set/map implemented with sorted vectors? I have four
> simple classes vset, vmap, vmultiset, vmap which do this. It seems like
> it would be quite useful, especially since, in my experience, set and
> map are heavily overused because of their convenience even when the
> insertion efficiency and iterator invalidation guarantees are not
> necessary. My classes provide the same interface as the STL equivalent,
> with additional functions such as nth_element() that take advantage of
> the random access iterators, and some conveniences like key-only and
> value-only iterators for vmap and vmultimap. I can post the code with a
> first attempt at making it appropriate for Boost if people think it is
> worth it?

I'm interested!

> -Lewis
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
Cory Nelson
http://www.int64.org

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk