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

◆ size()

template<typename Key, typename Value, typename Less = fl::less<Key>>
size_type fl::flat_map< Key, Value, Less >::size ( ) const
inline
Examples
Chromancer.ino.

Definition at line 96 of file flat_map.h.

96{ return mData.size(); }
vector_type mData
Definition flat_map.h:51

Referenced by fl::flat_map< int, FxPtr >::full(), fl::ScreenMap::ParseJson(), and setup().

+ Here is the caller graph for this function: