Removes the last n elements from the span.

Synopsis

Declared in <absl/types/span.h>

void
remove_suffix(size_type n) noexcept;

Parameters

Name

Description

n

Number of elements to remove from the back.

Created with MrDocs