Determines whether the Cord ends with the passed Cord rhs.
Synopsis
Declared in <absl/strings/cord.h>
bool
EndsWith(Cord const& rhs) const;
Return Value
true if the Cord ends with rhs.
Parameters
Name |
Description |
rhs |
The suffix Cord to test for. |
Created with MrDocs