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