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

◆ end() [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 >::end ( )
inline

Definition at line 297 of file multi_map.h.

297{ return iterator(mTree.end()); }
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 > >::contains(), fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::find(), fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::find(), and fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::operator<().

+ Here is the caller graph for this function: