Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ GetBoolean
Method
GetBoolean
GTE/Applications/Command.cpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
size_t Command::GetBoolean(std::string const& name)
111
{
112
bool value = false;
113
return GetBoolean(name, value);
114
}
115
116
size_t Command::GetBoolean(std::string const& name, bool& value)
117
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected