Return the distance between the specified sentinel s and the specified iterator i. The behavior is undefined unless s and i iterate over the same sequence.
Synopsis
Declared in <bslstl_vector.h>
auto
operator‐(
auto s,
vector_UintPtrConversionIterator i)
requires random_access_iterator<ITERATOR>;
Created with MrDocs