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

◆ max_size()

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

Definition at line 314 of file set.h.

314{ return tree_.max_size(); }
TreeType tree_
Definition set.h:281