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

◆ size()

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

Definition at line 313 of file set.h.

313{ return tree_.size(); }
TreeType tree_
Definition set.h:281