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

◆ is_empty()

template<typename Key, typename T, typename Hash = Hash<Key>, typename KeyEqual = EqualTo<Key>, int INLINED_COUNT = FASTLED_HASHMAP_INLINED_COUNT>
bool fl::HashMap< Key, T, Hash, KeyEqual, INLINED_COUNT >::is_empty ( size_t idx) const
inlineprivate

Definition at line 298 of file hash_map.h.

298 {
299 return !is_occupied(idx) && !is_deleted(idx);
300 }
bool is_occupied(size_t idx) const
Definition hash_map.h:294
bool is_deleted(size_t idx) const
Definition hash_map.h:296

Referenced by fl::HashMap< Key, T, Hash, KeyEqual >::find_index(), and fl::HashMap< Key, T, Hash, KeyEqual >::find_slot().

+ Here is the caller graph for this function: