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

◆ append() [26/37]

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

Definition at line 874 of file str.h.

874 {
875 write(str.c_str(), str.size());
876 return *this;
877 }
fl::size write(const u8 *data, fl::size n)
Definition str.h:246

References 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: