struct OptionValue
Declaration
template <class DataType>
struct OptionValue { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:604
Templates
- DataType
Method Overview
- public OptionValue<DataType>()
- public OptionValue<DataType>(const DataType & V)
Methods
¶OptionValue<DataType>()
OptionValue<DataType>()
Declared at: llvm/include/llvm/Support/CommandLine.h:606
¶OptionValue<DataType>(const DataType& V)
OptionValue<DataType>(const DataType& V)
Declared at: llvm/include/llvm/Support/CommandLine.h:608
Parameters
- const DataType& V