struct OptionDiffPrinter

Declaration

template <class ParserDT, class ValDT>
struct OptionDiffPrinter { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/CommandLine.h:1196

Templates

ParserDT
ValDT

Method Overview

  • public void print(const llvm::cl::Option & O, const parser<ParserDT> & P, const ValDT &, const OptionValue<ValDT> &, size_t GlobalWidth)

Methods

ΒΆvoid print(const llvm::cl::Option& O,
           const parser<ParserDT>& P,
           const ValDT&,
           const OptionValue<ValDT>&,
           size_t GlobalWidth)

Declared at: llvm/include/llvm/Support/CommandLine.h:1197

Parameters

const llvm::cl::Option& O
const parser<ParserDT>& P
const ValDT&
const OptionValue<ValDT>&
size_t GlobalWidth