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
Post a Comment