absl::Cord::RemoveSuffix

Removes the last n bytes of a Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
RemoveSuffix(size_t n);

Parameters

NameDescription
nThe number of bytes to remove from the end.