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

◆ cbegin()

template<typename Key, typename Allocator = fl::allocator_slab<Key>>
const_iterator fl::set< Key, Allocator >::cbegin ( ) const
inline

Definition at line 417 of file set.h.

417{ return mTree.cbegin(); }
TreeType mTree
Definition set.h:370