
30 Aug
2009
30 Aug
'09
3:13 p.m.
On Sat, Aug 29, 2009 at 10:15 PM, zap.foster
[...] You can see that I want to be able to index into the container much like one would do with a vector. But I want my indexing to be O(1) and not O(n). [...]
Sounds like http://www.boost.org/doc/libs/1_39_0/libs/multi_index/doc/tutorial/basics.ht... or am I missing something? Just add a sequenced<> index. --DD