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

◆ begin() [2/2]

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

Definition at line 83 of file flat_map.h.

83{ return mData.begin(); }
vector_type mData
Definition flat_map.h:51

Referenced by fl::flat_map< int, FxPtr >::next(), and fl::flat_map< int, FxPtr >::prev().

+ Here is the caller graph for this function: