LLVM 22.0.0git
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 431 of file CommandLine.h.

Constructor & Destructor Documentation

◆ initializer()

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

Definition at line 433 of file CommandLine.h.

References Init.

Member Function Documentation

◆ apply()

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

Definition at line 435 of file CommandLine.h.

References Init.

Member Data Documentation

◆ Init

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

Definition at line 432 of file CommandLine.h.

Referenced by apply(), and initializer().


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