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

◆ erase() [1/3]

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

Definition at line 112 of file unordered_set.h.

112 {
113 return data.erase(key);
114 }
fl::unordered_map< Key, bool > data

References data.