|
LLVM 22.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 497 of file CommandLine.h.
|
inline |
Definition at line 500 of file CommandLine.h.
References CB.
|
inline |
Definition at line 502 of file CommandLine.h.
References CB.
| std::function<R(Ty)> llvm::cl::cb< R, Ty >::CB |
Definition at line 498 of file CommandLine.h.