i want to remove elements within a container(for now it is unordered_set) by certain condition
unordered_set
for (auto it = windows.begin(); it != windows.end(); )