23 Apr
2005
23 Apr
'05
4:17 p.m.
if nothing is even going to change in the container, do you know the number of items at compile time? If so, you could perhaps use boost::array.
Items will (only) be added, removed and searched. Order of items does not matter so any container should work, as long as it does not move items around once they are added. Bo