[#bsl-vector_UintPtrConversionIterator-operator_3way] = xref:bsl.adoc[bsl]::xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator]::operator<=> :relfileprefix: ../../ :mrdocs: Perform a three‐way comparison with the specified `other` object and return the result of that comparison. Where the underlying (wrapped) iterator of type `ITERATOR` supports 3 way comparison, the default spaceship operator will defer to `ITERATOR::operator<=>` and have the same return type as `ITERATOR::operator<=>`; otherwise, this operator will be deleted. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator<=>(xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator] const& other) const = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#