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

◆ capacity()

template<typename Key, typename Value, typename Less = fl::less<Key>>
size_type fl::flat_map< Key, Value, Less >::capacity ( ) const
inline

Definition at line 98 of file flat_map.h.

98{ return mData.capacity(); }
vector_type mData
Definition flat_map.h:51

Referenced by fl::flat_map< int, FxPtr >::full().

+ Here is the caller graph for this function: