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

◆ cend()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
const_iterator fl::MultiMapTree< Key, Value, Compare, Allocator >::cend ( ) const
inline

Definition at line 299 of file multi_map.h.

299{ return const_iterator(mTree.cend()); }
TreeType mTree
Definition multi_map.h:75
ConstIteratorWrapper const_iterator
Definition multi_map.h:256