LLVM 22.0.0git
llvm::cl::OptionDiffPrinter< ParserDT, ValDT > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::OptionDiffPrinter< ParserDT, ValDT >:
[legend]

Public Member Functions

void print (const Option &O, const parser< ParserDT > &P, const ValDT &, const OptionValue< ValDT > &, size_t GlobalWidth)

Detailed Description

template<class ParserDT, class ValDT>
struct llvm::cl::OptionDiffPrinter< ParserDT, ValDT >

Definition at line 1257 of file CommandLine.h.

Member Function Documentation

◆ print()

template<class ParserDT, class ValDT>
void llvm::cl::OptionDiffPrinter< ParserDT, ValDT >::print ( const Option & O,
const parser< ParserDT > & P,
const ValDT & ,
const OptionValue< ValDT > & ,
size_t GlobalWidth )
inline

Definition at line 1258 of file CommandLine.h.

References P.


The documentation for this struct was generated from the following file: