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.
Declared in <bslstl_vector.h>
auto
operator<=>(vector_UintPtrConversionIterator const& other) const = default;