MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ToNumber

Method ToNumber

MonaBase/include/Mona/String.h:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 template<typename Type>
77 static bool ToNumber(const std::string& value, Type& result) { return ToNumber(value.data(), value.size(), result); }
78 template<typename Type>
79 static bool ToNumber(const char* value, Type& result) { return ToNumber(value, std::string::npos, result); }
80 template<typename Type>

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected