Boost logo

Boost :

From: Peter Palotas (peter_at_[hidden])
Date: 2004-03-18 14:57:39


> David B. Held <dheld <at> codelogicconsulting.com> writes:
> [...]
> >
> > In fact, any time you want to present a large list of
> sorted data to a
> > user [...] Does that help?
> >
>
> Yes it does. But then I think we are talking about two
> different data structures here:
>
> * Yours: A sorted container with ordinal-based access.
> * Peter's: A list-like container with ordinal-based access.
>
> Am I right about this?

I can't speak for what David meant, but personally I meant an unsorted
container, yes, essentially a container with the same interface (pretty much
anyway) as that of vector combined with list.

// Peter


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