Syntax:
#include <map> void clear();
clear()関数は、マルチマップ内のすべての要素を削除します。 clear()は、線形時間で処理されます。
Related Topics: erase