MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / parse_arg

Method parse_arg

simcore/framework/src/cli/cli.hpp:7495–7497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7493 /// Wrap _parse_short, perfectly forward arguments and return
7494 template <typename... Args>
7495 static decltype(auto) parse_arg(App *app, Args &&...args) {
7496 return app->_parse_arg(std::forward<Args>(args)...);
7497 }
7498
7499 /// Wrap _parse_subcommand, perfectly forward arguments and return
7500 template <typename... Args>

Callers

nothing calls this directly

Calls 1

_parse_argMethod · 0.80

Tested by

no test coverage detected