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

◆ operator=() [3/4]

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

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

120 {
121 copy(static_cast<const basic_string&>(other));
122 return *this;
123}
basic_string(char *inlineBuffer, fl::size inlineCapacity) FL_NOEXCEPT
void copy(const char *str) FL_NOEXCEPT

References copy(), and FL_NOEXCEPT.

+ Here is the call graph for this function: