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

Function to_string

src/fl/stl/string.h:450–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448
449template<typename T>
450inline string to_string(T value) FL_NOEXCEPT {
451 string result;
452 result.append(value);
453 return result;
454}
455
456inline string to_string(float value, int precision) FL_NOEXCEPT {
457 string result;

Callers 15

to_stringMethod · 0.70
serializeMethod · 0.70
convertMethod · 0.50
convertMethod · 0.50
convertMethod · 0.50
addParamsMethod · 0.50
addParamsMethod · 0.50
convertMethod · 0.50
convertArgMethod · 0.50
convertMethod · 0.50
operator()Method · 0.50
operator()Method · 0.50

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected