FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator()() [7/10]

void fl::detail::JsonToStringVisitor::operator() ( const float & raw)
inline

Definition at line 277 of file json_visitors.h.

277 {
278 // Format in float (see JsonToIntVisitor — same #3002 reason).
279 mValue = fl::to_string(raw, 6);
280 mResult.addWarning("float " + mValue + " converted to string");
281 }
string to_string(T value) FL_NOEXCEPT
Definition string.h:450

References mResult, mValue, and fl::to_string().

+ Here is the call graph for this function: