Knowing that the elements of a vector might be printed in debug mode using the command
p *(myVector._M_impl._M_start)@myVector.size()
I'm looking for a similar command to print the element of a set (the uniqueness of the elements in a set is pretty useful in my code)
Thanks in advance