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

◆ operator=() [1/2]

string & fl::string::operator= ( const char * str)
inline

Definition at line 617 of file str.h.

617 {
618 copy(str, strlen(str));
619 return *this;
620 }
void copy(const char *str)
Definition str.h:164

References fl::StrN< FASTLED_STR_INLINED_SIZE >::copy().

+ Here is the call graph for this function: