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

◆ operator+=()

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

Definition at line 404 of file str.h.

404 {
405 append(other.c_str(), other.size());
406 return *this;
407 }
Str & append(const char *str)
Definition str.h:409

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

+ Here is the call graph for this function: