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

◆ max_size()

template<typename Key, typename Value, typename Compare = less<Key>, typename Allocator = allocator<fl::pair<Key, Value>>>
fl::size fl::MultiMapTree< Key, Value, Compare, Allocator >::max_size ( ) const
inline

Definition at line 310 of file multi_map.h.

310{ return mTree.max_size(); }
TreeType mTree
Definition multi_map.h:75