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

◆ append() [11/11]

Str & fl::Str::append ( const uint8_t & c)
inline

Definition at line 416 of file str.h.

416{ write(uint16_t(c)); return *this; }
size_t write(const uint8_t *data, size_t n)
Definition str.h:174

References Str(), and fl::StrN< FASTLED_STR_INLINED_SIZE >::write().

+ Here is the call graph for this function: