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

◆ operator+=() [1/2]

string & fl::string::operator+= ( const string & other)
inline

Definition at line 664 of file str.h.

664 {
665 append(other.c_str(), other.size());
666 return *this;
667 }
string & append(const BitsetFixed< N > &bs)
Definition str.h:675

References append(), fl::StrN< SIZE >::c_str(), and fl::StrN< SIZE >::size().

+ Here is the call graph for this function: