MCPcopy 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

deserializationMethod · 0.85
deserializationMethod · 0.85
notifyEditTextChangeMethod · 0.85
deserializationMethod · 0.85
deserializationMethod · 0.85
notifyEditTextChangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected