[#bsl-operator_minus-05] = xref:bsl.adoc[bsl]::operator‐ :relfileprefix: ../ :mrdocs: Return the distance from the specified `i` iterator to the specified `s` sentinel. == Synopsis Declared in `<bslstl_vector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator‐( auto s, xref:bsl/vector_UintPtrConversionIterator.adoc[vector_UintPtrConversionIterator] i) requires random_access_iterator<ITERATOR>; ---- == Return Value distance from the iterator to the sentinel == Parameters [cols="1,4"] |=== | Name| Description | *s* | sentinel marking the end of the range | *i* | iterator from which the distance is measured |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#