template <class It>
delete_each(It first, It last) -> void
Delete each object pointed by the elements between iterators first and last.
first
last