How to print elements of a C++ set in Eclipse debug mode? -


knowing elements of vector might printed in debug mode using command

p *(myvector._m_impl._m_start)@myvector.size() 

i'm looking similar command print element of set (the uniqueness of elements in set pretty useful in code)

thanks in advance


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -