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

◆ operator()() [1/10]

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

Definition at line 112 of file json_visitors.h.

112 {
113 mValue = b;
114 }

References mValue.