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

◆ accept() [8/10]

void fl::SerializerVisitor::accept ( const i64 & i)
inline

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

1173 {
1174 fl::string num_str;
1175 num_str.append(i);
1176 append_str(num_str);
1177 }
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284
void append_str(const fl::string &str)

References fl::string::append(), and append_str().

+ Here is the call graph for this function: