can we delete an element from a set cpp code example Example: C++ remove element from set std::set<int> s {1,2,3}; s.erase(2);