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

◆ cbegin()

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

Definition at line 191 of file multi_set.h.

191{ return const_iterator(mTree.cbegin()); }
TreeType mTree
Definition multi_set.h:72
ConstIteratorWrapper const_iterator
Definition multi_set.h:162