llvm::SmallVectorBase::set_size

Set the array size to N, which the current array must have enough capacity for.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

void
set_size(size_t N);

Description

This does not construct or destroy any elements in the vector.