Tuesday, August 10, 2010

List front() and back()

On a list, el, if the element el.front() exists, then el.back() also exists.

Reference: The C++ Standard Library by Nicolai M. Josuttis. Addison-Wesley, 1999, p. 168.

No comments:

Post a Comment