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

◆ operator+=() [1/2]

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

Definition at line 424 of file str.h.

424 {
425 append(other.c_str(), other.size());
426 return *this;
427 }
Str & append(const T &val)
Definition str.h:439

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

+ Here is the call graph for this function: