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

◆ append() [26/39]

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

Definition at line 341 of file string.cpp.hpp.

341 {
342 // Use the json_value's to_string method if available
343 // For now, just append a placeholder to avoid compilation errors
344 FL_UNUSED(val);
345 append("<json_value>");
346 return *this;
347}
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284
#define FL_UNUSED(x)

References append(), and FL_UNUSED.

+ Here is the call graph for this function: