Return the distance from the specified i iterator to the specified s sentinel.
Declared in <bslstl_vector.h>
auto
operator-(
auto s,
vector_UintPtrConversionIterator i)
requires random_access_iterator<ITERATOR>;
distance from the iterator to the sentinel
| Name | Description |
|---|---|
| s | sentinel marking the end of the range |
| i | iterator from which the distance is measured |