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 308 of file set.h.

308{ return tree_.cbegin(); }
TreeType tree_
Definition set.h:281