|
inlinevirtual |
Erases the specified elements from the container.
pos | The iterator to the element to remove. |
first
, last
). first
does not need to be dereferenceable if first == last
: erasing an empty range is a no-op. last == end()
prior to removal, then the updated xtd::collections::generic::list::end() iterator is returned. first
, last
) is an empty range, then last
is returned.