#include <cont_ptr_utils.h>
List of all members.
A typical usage might be like:
list<Object*> l; ... for_each(l.begin(), l.end(), delete_object());
[inline]