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

◆ append() [2/23]

Str & fl::Str::append ( const char * str)
inline

Definition at line 469 of file str.h.

469 {
470 write(str, strlen(str));
471 return *this;
472 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:198

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

+ Here is the call graph for this function: