|
LLVM 24.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 481 of file CommandLine.h.
|
inline |
Definition at line 484 of file CommandLine.h.
References CB.
|
inline |
Definition at line 486 of file CommandLine.h.
References CB.
| std::function<R(Ty)> llvm::cl::cb< R, Ty >::CB |
Definition at line 482 of file CommandLine.h.