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

◆ shrink_to_fit()

template<typename Key, typename Value, typename Less = fl::less<Key>>
void fl::flat_map< Key, Value, Less >::shrink_to_fit ( )
inline

Definition at line 503 of file flat_map.h.

503 {
504 mData.shrink_to_fit();
505 }
vector_type mData
Definition flat_map.h:51