MCPcopy 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

notifyEditTextChangeMethod · 0.85
deserializationMethod · 0.85
notifyEditTextChangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected