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

◆ operator=() [1/2]

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

Definition at line 222 of file set.h.

222 {
223 if (this != &other) {
224 data = other.data;
225 }
226 return *this;
227 }
VectorType data
Definition set.h:362

References VectorSet(), data, and FL_NOEXCEPT.

+ Here is the call graph for this function: