Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ OptionAdder
Method
OptionAdder
Source/Utils/cxxopts.hpp:1874–1877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1872
public:
1873
1874
OptionAdder(Options& options, std::string group)
1875
: m_options(options), m_group(std::move(group))
1876
{
1877
}
1878
1879
OptionAdder&
1880
operator()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected