ΒΆtemplate <typename T>
ArrayRef<T> makeArrayRef(
const std::vector<T>& Vec)
template <typename T>
ArrayRef<T> makeArrayRef(
const std::vector<T>& Vec)
Description
Construct an ArrayRef from a std::vector.
Declared at: llvm/include/llvm/ADT/ArrayRef.h:490
Templates
- T
Parameters
- const std::vector<T>& Vec