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

◆ insert() [1/2]

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
bool fl::unordered_set< Key, Hash, KeyEqual >::insert ( const Key & key)
inline

Definition at line 88 of file unordered_set.h.

88 {
89 return data.insert(key, true).second;
90 }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.

Referenced by emplace().

+ Here is the caller graph for this function: