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

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -