#include <ptr_vector.h>
is a helper class template. The static member functions are especially used to ease the definiton of wrappers for Standard algorithms that take pointer iterators as arguments (instead of Standard iterators).
This class template is for internal use only i.e. it is not part of the ptr_vector
interface and may change in the future.