struct cat
Declaration
struct cat { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/CommandLine.h:457
Member Variables
- public llvm::cl::OptionCategory& Category
Method Overview
Methods
¶template <class Opt>
void apply(Opt& O) const
template <class Opt>
void apply(Opt& O) const
Declared at: llvm/include/llvm/Support/CommandLine.h:462
Templates
- Opt
Parameters
- Opt& O
¶cat(llvm::cl::OptionCategory& c)
cat(llvm::cl::OptionCategory& c)
Declared at: llvm/include/llvm/Support/CommandLine.h:460