FastLED
3.9.15
Loading...
Searching...
No Matches
◆
reserve()
template<typename
Key
, typename Value, typename Less = fl::DefaultLess<Key>>
void
fl::SortedHeapMap
<
Key
, Value, Less >::reserve
(
size_t
n
)
inline
Definition at line
290
of file
map.h
.
290
{
291
data
.reserve(
n
);
292
}
fl::SortedHeapMap::data
SortedHeapVector< Pair, PairLess > data
Definition
map.h:274
fl::SortedHeapMap
Definition
map.h:257
fl
SortedHeapMap
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2