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

◆ operator()() [8/10]

void fl::detail::JsonToBoolVisitor::operator() ( const i64 & raw)
inline

Definition at line 117 of file json_visitors.h.

117 {
118 mValue = raw != 0;
119 mResult.addWarning("int " + fl::to_string(raw) + " converted to bool " + (mValue ? "true" : "false"));
120 }
string to_string(T value) FL_NOEXCEPT
Definition string.h:450
TypeConversionResult mResult

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

+ Here is the call graph for this function: