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::unordered_map
<
Key
, T,
Hash
, KeyEqual, INLINED_COUNT >::is_empty
(
fl::size
idx
)
const
inline
private
Definition at line
813
of file
unordered_map.h
.
813
{
814
return
!
is_occupied
(
idx
) && !
is_deleted
(
idx
);
815
}
fl::unordered_map::is_deleted
bool is_deleted(fl::size idx) const
Definition
unordered_map.h:811
fl::unordered_map::is_occupied
bool is_occupied(fl::size idx) const
Definition
unordered_map.h:809
fl::unordered_map
Definition
unordered_map.h:58
fl
unordered_map
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2