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