FastLED
3.9.15
Loading...
Searching...
No Matches
◆
erase()
[1/2]
template<typename
Key
, typename Value, typename Less = fl::DefaultLess<Key>>
bool
fl::SortedHeapMap
<
Key
, Value, Less >::erase
(
const
Key
&
key
)
inline
Definition at line
358
of file
map.h
.
358
{
359
return
data
.erase(
Pair
(
key
));
360
}
fl::SortedHeapMap::data
SortedHeapVector< Pair, PairLess > data
Definition
map.h:274
fl::SortedHeapMap
Definition
map.h:257
fl::SortedHeapMap::Pair
Definition
map.h:259
fl
SortedHeapMap
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2