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

◆ operator()() [1/10]

void fl::detail::JsonToStringVisitor::operator() ( const bool & b)
inline

Definition at line 284 of file json_visitors.h.

284 {
285 mValue = b ? "true" : "false";
286 mResult.addWarning("bool converted to string '" + mValue + "'");
287 }

References mResult, and mValue.