LLVM 22.0.0git
llvm::cl::applicator< Mod > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Inheritance diagram for llvm::cl::applicator< Mod >:
[legend]

Static Public Member Functions

template<class Opt>
static void opt (const Mod &M, Opt &O)

Detailed Description

template<class Mod>
struct llvm::cl::applicator< Mod >

Definition at line 1267 of file CommandLine.h.

Member Function Documentation

◆ opt()

template<class Mod>
template<class Opt>
void llvm::cl::applicator< Mod >::opt ( const Mod & M,
Opt & O )
inlinestatic

Definition at line 1268 of file CommandLine.h.

References llvm::Mod.

Referenced by llvm::cl::apply(), and llvm::cl::apply().


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