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

◆ operator=() [2/3]

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
unordered_map & fl::unordered_map< Key, T, Hash, KeyEqual, INLINED_COUNT >::operator= ( fl::initializer_list< pair< Key, T > > init)
inline

Definition at line 175 of file unordered_map.h.

175 {
176 clear();
177 insert(init);
178 return *this;
179 }
pair< iterator, bool > insert(const Key &key, const T &value)