Returns the longest contiguous view starting at the iterator's position.
Declared in <absl/strings/cord.h>
static
std::string_view
ChunkRemaining(CharIterator const& it);
it must be dereferenceable.
A view of the longest contiguous chunk at the iterator's position.
| Name | Description |
|---|---|
| it | The iterator whose remaining chunk is returned. |