MCPcopy Create free account
hub / github.com/comaps/comaps / ParseFloat

Function ParseFloat

libs/drape_frontend/gui/skin.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56float ParseFloat(char const * v)
57{
58 float f = 0.0f;
59 VERIFY(strings::to_float(v, f), ());
60 return f;
61}
62
63class ResolverParser
64{

Callers 1

ParseMethod · 0.85

Calls 1

to_floatFunction · 0.50

Tested by

no test coverage detected