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

◆ append()

void fl::SerializerVisitor::append ( const char * str)
inline

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

1131 {
1132 while (*str) { out.push_back(*str++); }
1133 }
fl::deque< char > & out

References out.

Referenced by accept(), accept(), accept(), accept(), append_escaped(), and serialize_value().

+ Here is the caller graph for this function: