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

◆ operator()() [8/10]

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

Definition at line 271 of file json_visitors.h.

271 {
272 mValue = fl::to_string(raw);
273 mResult.addWarning("int " + mValue + " converted to string");
274 }
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: