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

◆ operator=() [2/2]

template<typename Key, typename Value, typename Less = fl::less<Key>>
flat_map & fl::flat_map< Key, Value, Less >::operator= ( flat_map< Key, Value, Less > && other)
inline

Definition at line 74 of file flat_map.h.

74 {
75 if (this != &other) {
78 }
79 return *this;
80 }
vector_type mData
Definition flat_map.h:51
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28