Sets-STL

  • + 0 comments

    That´s not the problem. the function accept an iterator, a value, or a range defined by iterators:

    (1) void erase (iterator position); (2) size_type erase (const value_type& val); (3) void erase (iterator first, iterator last);