Returns the distance between first and last, as if std::distance(first, last) was called.
Declared in <absl/strings/cord.h>
static
ptrdiff_t
Distance(
CharIterator const& first,
CharIterator const& last);
The number of characters between first and last.
| Name | Description |
|---|---|
| first | The starting iterator. |
| last | The ending iterator. |