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

◆ insert() [1/2]

template<typename Key>
bool fl::unordered_set< Key >::insert ( const Key & key)
inline

Definition at line 79 of file unordered_set.h.

79 {
80 return data.insert(key, true);
81 }
fl::unordered_map< Key, bool > data

References data.

Referenced by emplace().

+ Here is the caller graph for this function: