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

◆ VectorSet() [3/3]

template<typename Key>
fl::VectorSet< Key >::VectorSet ( VectorSet< Key > && other)
inline

Definition at line 218 of file set.h.

219 : data(fl::move(other.data)) {}
VectorType data
Definition set.h:362

References VectorSet(), FL_NOEXCEPT, and fl::fl::move().

+ Here is the call graph for this function: