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

#include "llvm/Support/CommandLine.h"

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

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 1266 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 1267 of file CommandLine.h.

References llvm::Default, and P.


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