Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ parseSizeT
Function
parseSizeT
MyGUIEngine/include/MyGUI_StringUtility.h:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
inline size_t parseSizeT(std::string_view _value)
113
{
114
return parseValue<size_t>(_value);
115
}
116
117
inline float parseFloat(std::string_view _value)
118
{
Callers
3
notifyEditTextChange
Method · 0.85
deserialization
Method · 0.85
notifyEditTextChange
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected