clear
From C/C++ Reference
clear
Syntax:
#include <map> void clear();
The function clear() deletes all of the elements in the map. clear() runs in linear time.
Related topics:
From C/C++ Reference
#include <map> void clear();
The function clear() deletes all of the elements in the map. clear() runs in linear time.