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

◆ begin() [1/2]

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
iterator fl::MultiMapTree< Key, Value, Compare, Allocator >::begin ( )
inline

Definition at line 294 of file multi_map.h.

294{ return iterator(mTree.begin()); }
TreeType mTree
Definition multi_map.h:75
IteratorWrapper iterator
Definition multi_map.h:255

Referenced by fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::erase(), fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::operator<(), and fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::operator==().

+ Here is the caller graph for this function: