MCPcopy Create free account
hub / github.com/MyGUI/mygui / parseBool

Function parseBool

MyGUIEngine/include/MyGUI_StringUtility.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 inline bool parseBool(std::string_view _value)
128 {
129 return parseValue<bool>(_value);
130 }
131
132 namespace templates
133 {

Callers 8

setupResourcesMethod · 0.85
deserializationMethod · 0.85
_loadMethod · 0.85
deserializationMethod · 0.85
deserializationMethod · 0.85
setPropertyOverrideMethod · 0.85
loadWidgetsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected