[#bsl-vector_ForwardIteratorForPtrs-06] = xref:bsl.adoc[bsl]::xref:bsl/vector_ForwardIteratorForPtrs-08.adoc[vector_ForwardIteratorForPtrs]<TARGET, ITERATOR, false> :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TARGET, class ITERATOR> struct xref:bsl/vector_ForwardIteratorForPtrs-08.adoc[vector_ForwardIteratorForPtrs]<TARGET, ITERATOR, false>; ---- == Type Aliases [cols="1"] |=== | Name | xref:bsl/vector_ForwardIteratorForPtrs-06/type.adoc[`type`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#