[#absl-Cord-char_end] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::char_end :relfileprefix: ../../ :mrdocs: Returns an iterator to one past the last character of the `Cord`. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/CharIterator.adoc[Cord::CharIterator] char_end() const; ---- == Description Generally, prefer using `Cord::Chars()` within a range‐based for loop for iterating over the chunks of a Cord. This method may be useful for getting a `CharIterator` where range‐based for‐loops are not useful. == Return Value An iterator one past the last character of the Cord. [.small]#Created with https://www.mrdocs.com[MrDocs]#