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

◆ empty()

template<typename Key, typename Value, typename Equal = fl::SmallMapEqualTo<Key>>
bool fl::unordered_map_small< Key, Value, Equal >::empty ( ) const
inline

Definition at line 240 of file unordered_map_small.h.

240{ return mSize == 0; }

References FL_NOEXCEPT, and mSize.