ΒΆtemplate <typename T>
ArrayRef<T> makeArrayRef(
    const SmallVectorImpl<T>& Vec)

Description

Construct an ArrayRef from a SmallVector.

Declared at: llvm/include/llvm/ADT/ArrayRef.h:493

Templates

T

Parameters

const SmallVectorImpl<T>& Vec