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

◆ append_str()

void fl::SerializerVisitor::append_str ( const fl::string & str)
inline

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

1135 {
1136 for (size_t i = 0; i < str.size(); ++i) {
1137 out.push_back(str[i]);
1138 }
1139 }
fl::size size() const FL_NOEXCEPT
fl::deque< char > & out

References out, and fl::basic_string::size().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function: