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

Method add_to_option

Source/Utils/cxxopts.hpp:2216–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2214}
2215
2216inline
2217void
2218OptionParser::add_to_option(OptionMap::const_iterator iter, const std::string& option, const std::string& arg)
2219{
2220 parse_option(iter->second, option, arg);
2221}
2222
2223inline
2224bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected