MCPcopy Create free account
hub / github.com/MyGUI/mygui / parseUInt

Function parseUInt

MyGUIEngine/include/MyGUI_StringUtility.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 inline unsigned int parseUInt(std::string_view _value)
108 {
109 return parseValue<unsigned int>(_value);
110 }
111
112 inline size_t parseSizeT(std::string_view _value)
113 {

Callers 2

deserializationMethod · 0.85
deserializationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected