|
LLVM 22.0.0git
|
#include "llvm/Support/CommandLine.h"
Public Types | |
| using | result_type = R |
| using | arg_type = std::tuple_element_t<0, std::tuple<Args...>> |
Definition at line 510 of file CommandLine.h.
| using llvm::cl::detail::callback_traits< R(C::*)(Args...) const >::arg_type = std::tuple_element_t<0, std::tuple<Args...>> |
Definition at line 512 of file CommandLine.h.
| using llvm::cl::detail::callback_traits< R(C::*)(Args...) const >::result_type = R |
Definition at line 511 of file CommandLine.h.