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

◆ append() [2/2]

static void fl::StrStreamHelper< char >::append ( string & str,
const char & n )
inlinestatic

Definition at line 33 of file strstream.h.

33{ str.append(n); } // Append as character, not number
static void append(string &str, const T &n)
Definition strstream.h:21

References fl::string::append().

+ Here is the call graph for this function: