Monday, 19 August 2013

Remove item from std::list with only having access to the iterator

Remove item from std::list with only having access to the iterator

std::list is a double linked list. Doesn't that mean that it should be
possible to remove an item from a list by only having access to the
iterator?

No comments:

Post a Comment