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

◆ append() [2/2]

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

Definition at line 29 of file strstream.h.

29{ str.append(fl::u16(n)); }
static void append(string &str, const T &n)
Definition strstream.h:21

References fl::string::append().

+ Here is the call graph for this function: