MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / parse_arg

Method parse_arg

include/CLI/App.hpp:1525–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1523
1524 /// Wrap _parse_short, perfectly forward arguments and return
1525 template <typename... Args> static decltype(auto) parse_arg(App *app, Args &&...args) {
1526 return app->_parse_arg(std::forward<Args>(args)...);
1527 }
1528
1529 /// Wrap _parse_subcommand, perfectly forward arguments and return
1530 template <typename... Args> static decltype(auto) parse_subcommand(App *app, Args &&...args) {

Callers

nothing calls this directly

Calls 1

_parse_argMethod · 0.80

Tested by

no test coverage detected