clear
Syntax:
#include <vector> void clear();
The function clear() deletes all of the elements in the vector.
clear() runs in linear time.
Related topics:
#include <vector> void clear();
The function clear() deletes all of the elements in the vector.
clear() runs in linear time.