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

◆ operator+=() [1/2]

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

Definition at line 249 of file string.cpp.hpp.

249 {
250 append(other.c_str(), other.size());
251 return *this;
252}
string & append(const bitset_fixed< N > &bs) FL_NOEXCEPT
Definition string.h:284

References append(), and FL_NOEXCEPT.

+ Here is the call graph for this function: