llvm::SmallVectorImpl<StringInit const*>::swap

Exchange the contents of this vector with RHS.

Synopsis

Declared in <llvm/ADT/SmallVector.h>

void
swap(SmallVectorImpl<StringInit const*>& RHS);

Parameters

NameDescription
RHSThis class consists of common code factored out of the SmallVector class to reduce code duplication based on the SmallVector 'N' template parameter.