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

◆ append() [17/23]

Str & fl::Str::append ( const StrN & str)
inline

Definition at line 549 of file str.h.

549 {
550 write(str.c_str(), str.size());
551 return *this;
552 }
size_t write(const uint8_t *data, size_t n)
Definition str.h:198

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

+ Here is the call graph for this function: