LLVM 20.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 495 of file CommandLine.h.
|
inline |
Definition at line 498 of file CommandLine.h.
|
inline |
Definition at line 500 of file CommandLine.h.
References llvm::cl::cb< R, Ty >::CB.
std::function<R(Ty)> llvm::cl::cb< R, Ty >::CB |
Definition at line 496 of file CommandLine.h.
Referenced by llvm::cl::cb< R, Ty >::apply().