FastLED
3.9.15
Loading...
Searching...
No Matches
◆
count()
template<typename
Key
, typename Value, typename Less = fl::less<Key>>
fl::size
fl::SortedHeapMap
<
Key
, Value, Less >::count
(
const
Key
&
key
)
const
inline
Definition at line
412
of file
map.h
.
412
{
413
return
contains
(
key
) ? 1 : 0;
414
}
fl::SortedHeapMap::contains
bool contains(const Key &key) const
Definition
map.h:424
fl::SortedHeapMap
Definition
map.h:270
fl
SortedHeapMap
Generated on Fri Aug 22 2025 20:59:37 for FastLED by
1.13.2