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

◆ cend()

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

Definition at line 194 of file multi_set.h.

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