ΒΆtemplate <typename T, unsigned int N>
ArrayRef<T> makeArrayRef(
    const SmallVector<T, N>& Vec)

Description

Construct an ArrayRef from a SmallVector.

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

Templates

T
unsigned int N

Parameters

const SmallVector<T, N>& Vec