ΒΆinline std::vector<StringRef> toStringRefArray(
    const char* const* Strings)

Description

Given an array of c-style strings terminated by a null pointer, construct a vector of StringRefs representing the same strings without the terminating null string.

Declared at: llvm/include/llvm/ADT/StringExtras.h:44

Parameters

const char* const* Strings