absl::Span::remove_prefix

Removes the first n elements from the span.

Synopsis

Declared in <absl/types/span.h>

void
remove_prefix(size_type n) noexcept;

Parameters

NameDescription
nNumber of elements to remove from the front.