llvm::SmallVectorImpl<pair<DIMacro*, DIMacroFile*>>::truncate

Like resize, but requires that N is less than size().

Synopsis

Declared in <llvm/ADT/SmallVector.h>

void
truncate(size_type N);

Parameters

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