I need to track the std :: set element, while maintaining the iterator returned by set.find ().
My questions are: inserting and deleting other elements invalidates the resulting iterator? From a simple test, I realized that this is not so, but I would like this feature to be developed.
c ++ set stl stdset
jackhab
source share