- either a single element :
position
- or a range of elements : [
first
,last
)
iterator erase (const_iterator position);
iterator erase (const_iterator first, const_iterator last);
last
- это стоп-элемент.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
position
first
, last
)iterator erase (const_iterator position);
iterator erase (const_iterator first, const_iterator last);
last
- это стоп-элемент.