absl::Cord::EndsWith

Determines whether the Cord ends with the passed string data rhs.

Synopsis

Declared in <absl/strings/cord.h>

bool
EndsWith(std::string_view rhs) const;

Return Value

true if the Cord ends with rhs.

Parameters

NameDescription
rhsThe suffix string to test for.