absl::Cord::EndsWith

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

NameDescription
rhsThe suffix Cord to test for.