[#bsl-Vector_DeduceIteratorCategory-0f] = xref:bsl.adoc[bsl]::xref:bsl/Vector_DeduceIteratorCategory-0d.adoc[Vector_DeduceIteratorCategory]<BSLSTL_ITERATOR, true> :relfileprefix: ../ :mrdocs: This partial specialization of the `struct` template for fundamental types provides a nested `type` that is not an iterator category, so can be used to control the internal dispatch of function template overloads taking two arguments of the same type. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class BSLSTL_ITERATOR> struct xref:bsl/Vector_DeduceIteratorCategory-0d.adoc[Vector_DeduceIteratorCategory]<BSLSTL_ITERATOR, true>; ---- == Type Aliases [cols="1"] |=== | Name | xref:bsl/Vector_DeduceIteratorCategory-0f/type.adoc[`type`] |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#