dynamic vector-like container but whose elements save their indexes?

Posted by serejko on Stack Overflow See other posts from Stack Overflow or by serejko
Published on 2010-06-12T17:29:05Z Indexed on 2010/06/12 17:32 UTC
Read the original article Hit count: 106

Filed under:
|

All the elements should have fixed position in the array after insertion until I explicitly delete them from there. Is there something like this in boost or wherever? Thanks

© Stack Overflow or respective owner

Related posts about c++

Related posts about containers