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

◆ insert() [2/2]

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

Definition at line 84 of file unordered_set.h.

84 {
85 return data.insert(fl::move(key), true);
86 }
fl::unordered_map< Key, bool > data

References data, and fl::move().

+ Here is the call graph for this function: