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

◆ empty()

template<typename Key>
bool fl::unordered_set< Key >::empty ( ) const
inline

Definition at line 135 of file unordered_set.h.

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

References data.