Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ is_boolean
Method
is_boolean
Source/Utils/cxxopts.hpp:1135–1139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1133
}
1134
1135
bool
1136
is_boolean() const override
1137
{
1138
return std::is_same<T, bool>::value;
1139
}
1140
1141
const T&
1142
get() const
Callers
2
add_option
Method · 0.80
from_json
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected