Thanks to visit codestin.com
Credit goes to llvm.org

LLVM 22.0.0git
llvm::cl::list_initializer< Ty > Struct Template Reference

#include "llvm/Support/CommandLine.h"

Public Member Functions

 list_initializer (ArrayRef< Ty > Vals)
template<class Opt>
void apply (Opt &O) const

Public Attributes

ArrayRef< Ty > Inits

Detailed Description

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

Definition at line 438 of file CommandLine.h.

Constructor & Destructor Documentation

◆ list_initializer()

template<class Ty>
llvm::cl::list_initializer< Ty >::list_initializer ( ArrayRef< Ty > Vals)
inline

Definition at line 440 of file CommandLine.h.

References Inits.

Member Function Documentation

◆ apply()

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

Definition at line 442 of file CommandLine.h.

References Inits.

Member Data Documentation

◆ Inits

template<class Ty>
ArrayRef<Ty> llvm::cl::list_initializer< Ty >::Inits

Definition at line 439 of file CommandLine.h.

Referenced by apply(), and list_initializer().


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