Is there a fast way to delete every entry in a map?

dj_d

Member
I want to nuke the whole data structure so I can rebuild it each time through a loop - is there a way other than iterating with remove?
 
Top