Subject: [Boost-users] [multi_index] Couple of questions on multi-index containers
From: Aaron Levy (aaron.levy_at_[hidden])
Date: 2014-09-28 08:28:25


If I erase elements in a multi_index_container, how are iterators invalidated?
1. For other than random_access index, only iterators to the deleted element?
2. For random_access index, potentially any iterator?

What are the data structures used internally for this container and its indexes.

--
Aaron Levy
aaron.levy_at_[hidden]