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

◆ append() [24/37]

string & fl::string::append ( const JsonValue & val)

Definition at line 405 of file str.cpp.

405 {
406 // Use the JsonValue's to_string method if available
407 // For now, just append a placeholder to avoid compilation errors
408 FL_UNUSED(val);
409 append("<JsonValue>");
410 return *this;
411}
string & append(const BitsetFixed< N > &bs)
Definition str.h:675
#define FL_UNUSED(x)
Definition unused.h:8

References append(), and FL_UNUSED.

+ Here is the call graph for this function: