LLVM 20.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 508 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 510 of file CommandLine.h.
using llvm::cl::detail::callback_traits< R(C::*)(Args...) const >::result_type = R |
Definition at line 509 of file CommandLine.h.