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