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
(
fl::size
idx
)
const
inline
private
Definition at line
417
of file
hash_map.h
.
417
{
418
return
!
is_occupied
(
idx
) && !
is_deleted
(
idx
);
419
}
fl::HashMap::is_deleted
bool is_deleted(fl::size idx) const
Definition
hash_map.h:415
fl::HashMap::is_occupied
bool is_occupied(fl::size idx) const
Definition
hash_map.h:413
fl::HashMap
Definition
hash_map.h:60
fl
HashMap
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2