MCPcopy 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
110size_t Command::GetBoolean(std::string const& name)
111{
112 bool value = false;
113 return GetBoolean(name, value);
114}
115
116size_t Command::GetBoolean(std::string const& name, bool& value)
117{

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected