Constructs a range over the characters of cord.
Synopsis
Declared in <absl/strings/cord.h>
explicit
CharRange(Cord const* cord);
Parameters
Name |
Description |
cord |
The Cord whose characters are iterated over. |
Created with MrDocs