Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setupResources
Method · 0.85
deserialization
Method · 0.85
_load
Method · 0.85
deserialization
Method · 0.85
deserialization
Method · 0.85
setPropertyOverride
Method · 0.85
MyGUI_CommonStateInfo.h
File · 0.85
loadWidgets
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected