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

◆ operator=() [4/4]

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

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

125 {
126 moveAssign(fl::move(other));
127 return *this;
128}
void moveAssign(basic_string &&other) FL_NOEXCEPT
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References FL_NOEXCEPT, fl::fl::move(), and fl::basic_string::moveAssign().

+ Here is the call graph for this function: