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

427{ return mTree.max_size(); }
TreeType mTree
Definition set.h:370