>
>
> It's still a key-value store in which items are retrieved by key, which
> is sort of the definition of a "map". It just has inefficient look-up.
>

Right. Since this (fast lookup) is so ubiquitous amongst map like
containers, I thought this was expected from all associative containers.

If not, as I said before, a QLinkedList<QPair<Key key, Value value>> with
some restrictions should suffice.

-mandeep



>
> --
> Matthew
>
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to