remove some element from set c++ that is not present code example Example: C++ remove element from set std::set<int> s {1,2,3}; s.erase(2);