LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::cl::initializer< Ty > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 initializer (const Ty &Val)
 
template<class Opt >
void apply (Opt &O) const
 

Public Attributes

const Ty & Init
 

Detailed Description

template<class Ty>
struct llvm::cl::initializer< Ty >

Definition at line 436 of file CommandLine.h.

Constructor & Destructor Documentation

◆ initializer()

template<class Ty >
llvm::cl::initializer< Ty >::initializer ( const Ty &  Val)
inline

Definition at line 438 of file CommandLine.h.

Member Function Documentation

◆ apply()

template<class Ty >
template<class Opt >
void llvm::cl::initializer< Ty >::apply ( Opt &  O) const
inline

Definition at line 440 of file CommandLine.h.

Member Data Documentation

◆ Init

template<class Ty >
const Ty& llvm::cl::initializer< Ty >::Init

Definition at line 437 of file CommandLine.h.


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