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

◆ clear()

template<typename Key, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>>
void fl::unordered_set< Key, Hash, KeyEqual >::clear ( )
inline

Definition at line 147 of file unordered_set.h.

147{ data.clear(); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.