This metafunction specialization provides an appropriate iterator adaptor for the specified (template parameter) type ITERATOR in order to implement members of the vector partial template specialization for vectors of pointers to the (template parameter) type TARGET.
Synopsis
Declared in <bslstl_vector.h>
template<
class TARGET,
class ITERATOR>
struct vector_ForwardIteratorForPtrs<TARGET, ITERATOR, false>;