LLVM 18.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Member Functions | |
cb (std::function< R(Ty)> CB) | |
template<typename Opt > | |
void | apply (Opt &O) const |
Public Attributes | |
std::function< R(Ty)> | CB |
Definition at line 489 of file CommandLine.h.
|
inline |
Definition at line 492 of file CommandLine.h.
|
inline |
Definition at line 494 of file CommandLine.h.
References llvm::cl::cb< R, Ty >::CB.
std::function<R(Ty)> llvm::cl::cb< R, Ty >::CB |
Definition at line 490 of file CommandLine.h.
Referenced by llvm::cl::cb< R, Ty >::apply().