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

◆ XYDrawComposited() [3/3]

fl::XYDrawComposited::XYDrawComposited ( XYDrawComposited && other)
inlinenoexcept

Definition at line 25 of file draw_visitor.h.

26 : mColor(fl::move(other.mColor)), mXYMap(fl::move(other.mXYMap)), mOut(other.mOut) {}
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References XYDrawComposited(), and fl::move().

+ Here is the call graph for this function: