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

◆ end() [2/2]

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

Definition at line 193 of file multi_set.h.

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