MCPcopy Create free account
hub / github.com/FastLED/FastLED / toFloat

Method toFloat

src/fl/stl/basic_string.cpp.hpp:1431–1431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429// ======= OTHER =======
1430
1431float basic_string::toFloat() const { return fl::parseFloat(c_str(), mLength); }
1432
1433// ======= RESIZE =======
1434

Callers 1

istream.cpp.hppFile · 0.80

Calls 1

parseFloatFunction · 0.85

Tested by

no test coverage detected