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

◆ cbegin()

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

Definition at line 296 of file multi_map.h.

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