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