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

◆ unordered_map() [8/9]

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

Definition at line 110 of file unordered_map.h.

112 insert(init);
113 }
unordered_map() FL_NOEXCEPT
pair< iterator, bool > insert(const Key &key, const T &value)