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

◆ operator=() [2/4]

template<int N>
string & fl::string::operator= ( const char(&) str[N])
inline

Definition at line 240 of file string.h.

240 {
241 assign(str, N - 1);
242 return *this;
243 }
string & assign(string_view sv) FL_NOEXCEPT

References assign(), and FL_NOEXCEPT.

+ Here is the call graph for this function: