MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / add_option

Method add_option

Source/Utils/cxxopts.hpp:2470–2479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2468}
2469
2470inline
2471void
2472Options::add_option
2473(
2474 const std::string& group,
2475 const Option& option
2476)
2477{
2478 add_options(group, {option});
2479}
2480
2481inline
2482void

Callers 1

cxxopts.hppFile · 0.80

Calls 10

toLocalStringFunction · 0.85
get_default_valueMethod · 0.80
has_implicitMethod · 0.80
get_implicit_valueMethod · 0.80
is_containerMethod · 0.80
is_booleanMethod · 0.80
emptyMethod · 0.45
getMethod · 0.45
beginMethod · 0.45
has_defaultMethod · 0.45

Tested by

no test coverage detected