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

◆ begin() [1/2]

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

Definition at line 189 of file multi_set.h.

189{ return iterator(mTree.begin()); }
TreeType mTree
Definition multi_set.h:72
ConstIteratorWrapper iterator
Definition multi_set.h:161

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

+ Here is the caller graph for this function: