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

◆ begin() [2/2]

template<typename Key, typename Value, size_t N>
const_iterator fl::FixedMap< Key, Value, N >::begin ( ) const
inline

Definition at line 47 of file map.h.

47 {
48 return data.begin();
49 }
VectorType data
Definition map.h:252