LLVM 19.0.0git
Public Member Functions | List of all members
llvm::cl::OptionDiffPrinter< ParserDT, ValDT > Struct Template Reference

#include "llvm/Support/CommandLine.h"

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 1232 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 1233 of file CommandLine.h.

References P.


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