FastLED 3.9.15
Loading...
Searching...
No Matches

◆ reserve()

template<typename Key, typename Value, typename Less = fl::less<Key>>
void fl::SortedHeapMap< Key, Value, Less >::reserve ( fl::size n)
inline

Definition at line 331 of file map.h.

331{ data.reserve(n); }
SortedHeapVector< value_type, PairLess > data
Definition map.h:292