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

◆ 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 >::size ( ) const
inline

Definition at line 309 of file multi_map.h.

309{ return mTree.size(); }
TreeType mTree
Definition multi_map.h:75

Referenced by fl::MultiMapTree< Key, Value, Compare, Allocator >::ValueWithId::ValueWithId(), fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::operator<(), and fl::MultiMapTree< Key, T, Compare, fl::allocator_slab< char > >::operator==().

+ Here is the caller graph for this function: