Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2470
inline
2471
void
2472
Options::add_option
2473
(
2474
const std::string& group,
2475
const Option& option
2476
)
2477
{
2478
add_options(group, {option});
2479
}
2480
2481
inline
2482
void
Callers
1
cxxopts.hpp
File · 0.80
Calls
10
toLocalString
Function · 0.85
get_default_value
Method · 0.80
has_implicit
Method · 0.80
get_implicit_value
Method · 0.80
is_container
Method · 0.80
is_boolean
Method · 0.80
empty
Method · 0.45
get
Method · 0.45
begin
Method · 0.45
has_default
Method · 0.45
Tested by
no test coverage detected