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

◆ accept() [1/10]

void fl::SerializerVisitor::accept ( const bool & b)
inline

Definition at line 1171 of file json.cpp.hpp.

1171{ append(b ? "true" : "false"); }
void append(const char *str)

References append().

+ Here is the call graph for this function: