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

◆ append() [2/2]

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

Definition at line 30 of file strstream.h.

30{ str.append(uint16_t(n)); }
static void append(Str &str, const T &n)
Definition strstream.h:18

References fl::Str::append().

+ Here is the call graph for this function: