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

◆ operator=() [3/3]

template<fl::size N>
string_n & fl::string_n< N >::operator= ( string_n< N > && other)
inline

Definition at line 171 of file string.h.

171 {
173 return *this;
174 }
void moveAssign(basic_string &&other) FL_NOEXCEPT