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
Removes n elements from the end.
Declared in <folly/io/TypedIOBuf.h>
void
trimEnd(uint32_t n);
Name |
Description |
n |
The number of elements to remove. |
Created with MrDocs