Return the command‐line name of alternative N.
Synopsis
Declared in <llvm/Support/CommandLine.h>
virtual
StringRef
getOption(unsigned int N) const override;
Return Value
The command‐line name of alternative N.
Parameters
Name |
Description |
N |
Index of the alternative. |
Created with MrDocs