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

◆ operator=() [2/2]

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
unordered_map_small & fl::unordered_map_small< Key, Value, Equal >::operator= ( unordered_map_small< Key, Value, Equal > && other)
inline

Definition at line 218 of file unordered_map_small.h.

218 {
219 if (this != &other) {
222 mSize = other.mSize;
225 other.mSize = 0;
226 }
227 return *this;
228 }
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References unordered_map_small(), FL_NOEXCEPT, mData, mEqual, mOccupied, fl::fl::move(), mResource, and mSize.

+ Here is the call graph for this function: