Removes n elements from the end.

Synopsis

Declared in <folly/io/TypedIOBuf.h>

void
trimEnd(uint32_t n);

Parameters

Name

Description

n

The number of elements to remove.

Created with MrDocs