stl multiple key containers?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
say i have a data that i should be able to lookup using EITHER a int key or a string key..i repeat EITHER.. what kind of container should i be using
-
[boost::multi_index_container](http://www.boost.org/libs/multi_index/doc/index.html)[[^](http://www.boost.org/libs/multi_index/doc/index.html)]
markkuk wrote: boost::multi_index_container[^] ... and tell us if you get it started :|:suss: