llvm::SmallVectorImpl::pop_back_n

Remove the last NumItems elements from the vector.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

void
pop_back_n(size_type NumItems);

Parameters

NameDescription
NumItemsUnsigned type used to express the size of the vector.