You are viewing a single comment's thread. Return to all 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);
Seems like cookies are disabled on this browser, please enable them to open this website
Sets-STL
You are viewing a single comment's thread. Return to all 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);