absl::Cord::RemovePrefix

Removes the first n bytes of a Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
RemovePrefix(size_t n);

Parameters

NameDescription
nThe number of bytes to remove from the front.