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

◆ assign() [1/6]

basic_string & fl::basic_string::assign ( basic_string && str)

Definition at line 468 of file basic_string.cpp.hpp.

468 {
469 moveAssign(fl::move(str));
470 return *this;
471}
void moveAssign(basic_string &&other) FL_NOEXCEPT
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

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

+ Here is the call graph for this function: