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

◆ empty()

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

Definition at line 144 of file unordered_set.h.

144{ return data.empty(); }
fl::unordered_map< Key, bool, Hash, KeyEqual > data

References data.