[#bsl-vector_ForwardIteratorForPtrs-06] = xref:bsl.adoc[bsl]::xref:bsl/vector_ForwardIteratorForPtrs-08.adoc[vector_ForwardIteratorForPtrs]<TARGET, ITERATOR, false> :relfileprefix: ../ :mrdocs: Specialization wrapping non‐integral iterators for pointer vectors. == 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>; ---- == Description 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`. == Type Aliases [cols="1,4"] |=== | Name| Description | xref:bsl/vector_ForwardIteratorForPtrs-06/type.adoc[`type`] | Iterator adaptor converting pointers to `uintptr_t` values. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#