Removes the first n bytes of a Cord.

Synopsis

Declared in <absl/strings/cord.h>

void
RemovePrefix(size_t n);

Parameters

Name

Description

n

The number of bytes to remove from the front.

Created with MrDocs