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

#include "llvm/Support/CommandLine.h"

Public Member Functions

void print (const Option &O, const parser< DT > &P, const DT &V, const OptionValue< DT > &Default, size_t GlobalWidth)
 

Detailed Description

template<class DT>
struct llvm::cl::OptionDiffPrinter< DT, DT >

Definition at line 1241 of file CommandLine.h.

Member Function Documentation

◆ print()

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

Definition at line 1242 of file CommandLine.h.

References llvm::Default, and P.


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