ΒΆtemplate <typename... OptsTy>
llvm::cl::ValuesClass values(OptsTy... Options)
template <typename... OptsTy>
llvm::cl::ValuesClass values(OptsTy... Options)
Description
Helper to build a ValuesClass by forwarding a variable number of arguments as an initializer list to the ValuesClass constructor.
Declared at: llvm/include/llvm/Support/CommandLine.h:692
Templates
- OptsTy
Parameters
- OptsTy... Options